redjubjub/src
Deirdre Connolly ba256655dd
Optimized batch verification (#36)
* Pulls in some traits and methods from curve25519-dalek around the
vartime multiscalar multiplication.

* Move scalar mul things we want to upstream to jubjub to their own crate

* Make Verify agnostic to the SigType

Co-authored-by: Henry de Valence <hdevalence@hdevalence.ca>
Co-authored-by: Jane Lusby <jlusby42@gmail.com>
2020-07-03 18:23:28 -04:00
..
batch.rs Optimized batch verification (#36) 2020-07-03 18:23:28 -04:00
constants.rs Add byte encodings for Binding, SpendAuth basepoints. 2019-12-03 13:37:12 -08:00
error.rs Change terminology to signing, verification keys (#35) 2020-06-25 11:56:29 -07:00
hash.rs Optimized batch verification (#36) 2020-07-03 18:23:28 -04:00
lib.rs Optimized batch verification (#36) 2020-07-03 18:23:28 -04:00
scalar_mul.rs Optimized batch verification (#36) 2020-07-03 18:23:28 -04:00
signature.rs Add Serialize, Deserialize for byte wrapper types. 2019-12-09 11:55:53 -08:00
signing_key.rs Change terminology to signing, verification keys (#35) 2020-06-25 11:56:29 -07:00
verification_key.rs Optimized batch verification (#36) 2020-07-03 18:23:28 -04:00