jubjub/src
Henry de Valence b12ceb5623 Nit: change wording on use of the subtle crate.
It's not that the crate is relying on `subtle` to perform constant-time
arithmetic, because the arithmetic implementations are done in this crate and
it's the fact that they're implemented in a constant-time way that's important.
Using subtle helps with constant-time operations but it is not enough, and
changing the wording of that sentence clarifies that.

(This is a nit).
2019-11-27 11:03:44 -08:00
..
fq.rs Change various into_bytes to to_bytes. 2019-05-31 19:47:56 -06:00
fr.rs Change various into_bytes to to_bytes. 2019-05-31 19:47:56 -06:00
lib.rs Nit: change wording on use of the subtle crate. 2019-11-27 11:03:44 -08:00
util.rs impl Mul<Fr> for [Extended|Affine]NielsPoint 2019-05-29 17:30:24 +01:00