grin/secp256k1zkp/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
..
constants.rs Initial import. 2016-10-20 20:06:12 -04:00
ecdh.rs Initial import. 2016-10-20 20:06:12 -04:00
ffi.rs Initial import. 2016-10-20 20:06:12 -04:00
key.rs Initial import. 2016-10-20 20:06:12 -04:00
lib.rs Initial import. 2016-10-20 20:06:12 -04:00
macros.rs Initial import. 2016-10-20 20:06:12 -04:00
pedersen.rs Safer serialization of base types (#18) 2016-12-17 13:44:14 -08:00
schnorr.rs Initial import. 2016-10-20 20:06:12 -04:00