curve25519-dalek-source/src
Isis Lovecruft cfd0e8ad6e
Add method for recovery of Edwards x-coordinate given Montgomery (u, v).
This function is necessary for matching Signal's hash_to_point() behaviour.
2017-03-04 03:39:58 +00:00
..
constants.rs First notes and code on Montgomery conversion 2017-02-27 13:41:50 -08:00
curve.rs Add method for recovery of Edwards x-coordinate given Montgomery (u, v). 2017-03-04 03:39:58 +00:00
decaf.rs Rewrite invsqrt to avoid using an Option type. 2017-02-22 16:24:11 -08:00
field.rs First notes and code on Montgomery conversion 2017-02-27 13:41:50 -08:00
lib.rs Merge remote-tracking branch 'hdevalence/feature/decaf_r15' into develop 2017-02-22 05:30:18 +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