curve25519-dalek-source/src
2017-03-10 02:36:01 +00:00
..
constants.rs First notes and code on Montgomery conversion 2017-02-27 13:41:50 -08:00
curve.rs Change another unittest compress() to compress_edwards(). 2017-03-07 01:33:38 +00:00
decaf.rs Fix two decaf unittests to use compress_edwards(). 2017-03-10 02:35:38 +00:00
field.rs Obsessive whitespace fix. 2017-03-10 02:36:01 +00:00
lib.rs Add a function to hash a byte slice to a scalar. 2017-02-27 11:19:06 -08:00
scalar.rs Merge remote-tracking branch 'hdevalence/feature/some-cleanup-tweaks' into develop 2017-02-28 05:50:22 +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