curve25519-dalek-source/src
2017-11-16 00:39:27 +00:00
..
constants.rs Remove MSQRT_M1 constant 2017-10-31 14:10:33 -07:00
constants_32bit.rs Change implementation-specific scalar constants to be pub(crate). 2017-11-16 00:39:27 +00:00
constants_64bit.rs Change implementation-specific scalar constants to be pub(crate). 2017-11-16 00:39:27 +00:00
edwards.rs UPPERCASE_GLOBALS and add documentation 2017-10-30 17:33:23 -07:00
field.rs Fix up Elligator tests to match ristretto.sage 2017-10-30 16:34:36 -07:00
field_32bit.rs Make FieldElement limbs private to the curve25519-dalek crate. 2017-10-01 23:36:57 +00:00
field_64bit.rs Make FieldElement limbs private to the curve25519-dalek crate. 2017-10-01 23:36:57 +00:00
lib.rs Merge branch 'optimzed_scalar_r1' into develop 2017-11-15 22:02:36 +00:00
montgomery.rs UPPERCASE_GLOBALS and add documentation 2017-10-30 17:33:23 -07:00
ristretto.rs UPPERCASE_GLOBALS and add documentation 2017-10-30 17:33:23 -07:00
scalar.rs Merge branch 'optimzed_scalar_r1' into develop 2017-11-15 22:02:36 +00:00
scalar_32bit.rs Add test that scalar Montgomery reduction matches reduction. 2017-10-31 01:18:52 +00:00
scalar_64bit.rs Fix typo in Scalar64::from_bytes_wide(). 2017-11-15 03:19:39 +00:00
utils.rs Update copyright/license headers in source files. 2017-08-15 05:09:20 +00:00