grin/chain
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
..
src Safer serialization of base types (#18) 2016-12-17 13:44:14 -08:00
tests Use proper target when mining in test. 2016-11-29 20:07:08 -08:00
Cargo.toml Miner facility, using the current chain state to build on top of. 2016-11-27 12:31:15 -08:00
rustfmt.toml Initial import. 2016-10-20 20:06:12 -04:00