grin/core/src
GarrickOllivander 2e6d3d9fdb Safer serialization of base types (#18)
* use MESSAGE_SIZE constant instead of 32
* use Hashed trait in genesis
* safer serialization of Hash
* Hashed of [u8] should send only data to hash function, not length + data
* Safer serialization of Proof
* Safer serialization of Commitment
* Safer serialization of RangeProof
* introduce read_limited_vec instead of potential panic in conversion
2016-12-17 13:44:14 -08:00
..
core Safer serialization of base types (#18) 2016-12-17 13:44:14 -08:00
pow Any size pow accesible to tests. 2016-11-29 18:46:28 -08:00
consensus.rs Formatting. 2016-12-13 19:21:49 -08:00
genesis.rs Safer serialization of base types (#18) 2016-12-17 13:44:14 -08:00
lib.rs Moved consensus related constants to their own core module. 2016-11-09 15:51:24 -08:00
macros.rs core/ser: change serialization trait to use Result<(), Error> in place of Option<Error> 2016-11-01 02:14:52 +00:00
ser.rs Safer serialization of base types (#18) 2016-12-17 13:44:14 -08:00