risc0-curve25519-dalek-source/src
Henry de Valence 0fc534d989 Use "tuples" instead of "bytes" in the Serde datamodel.
This is a breaking change to the serialization format.  It fixes it so that the
Serde encoding can match the conventional encoding of each type of object, and
so that Serde can be used with no overhead -- when using serde-bincode, the
Serde encoding now matches the manual encoding.
2019-10-23 15:40:50 -07:00
..
backend Merge pull request #293 from dalek-cryptography/remove-build-rs 2019-10-23 14:44:46 -07:00
constants.rs Merge pull request #293 from dalek-cryptography/remove-build-rs 2019-10-23 14:44:46 -07:00
edwards.rs Use "tuples" instead of "bytes" in the Serde datamodel. 2019-10-23 15:40:50 -07:00
field.rs Update copyright year. 2019-10-23 19:43:56 +00:00
lib.rs Merge pull request #293 from dalek-cryptography/remove-build-rs 2019-10-23 14:44:46 -07:00
macros.rs Update copyright year. 2019-10-23 19:43:56 +00:00
montgomery.rs Merge pull request #293 from dalek-cryptography/remove-build-rs 2019-10-23 14:44:46 -07:00
prelude.rs Unify alloc and std cargo features 2018-07-23 10:50:21 -07:00
ristretto.rs Use "tuples" instead of "bytes" in the Serde datamodel. 2019-10-23 15:40:50 -07:00
scalar.rs Use "tuples" instead of "bytes" in the Serde datamodel. 2019-10-23 15:40:50 -07:00
traits.rs Update copyright year. 2019-10-23 19:43:56 +00:00
window.rs Update copyright year. 2019-10-23 19:43:56 +00:00