risc0-curve25519-dalek-source/src
Henry de Valence a415caa9fb Add a seperate invsqrt function.
This code isn't constant-time, but maybe should be.  However that would
prevent a bunch of nice things (e.g., Option types).  Probably good to
think about this.
2017-02-21 13:38:58 -08:00
..
constants.rs Add a seperate invsqrt function. 2017-02-21 13:38:58 -08:00
curve.rs Rename is_negative to is_negative_ed25519 2017-02-21 13:23:57 -08:00
field.rs Add a seperate invsqrt function. 2017-02-21 13:38:58 -08:00
lib.rs Move load3 and load4 to new utils module and remove #[allow(dead_code)]. 2017-02-21 06:15:08 +00:00
scalar.rs Move load3 and load4 to new utils module and remove #[allow(dead_code)]. 2017-02-21 06:15:08 +00:00
subtle.rs Remove #[allow(dead_code)] from arrays_equal_ct(). 2017-02-21 06:06:16 +00:00
utils.rs Move load3 and load4 to new utils module and remove #[allow(dead_code)]. 2017-02-21 06:15:08 +00:00