curve25519-dalek-source/src
Henry de Valence 8a5332b220 Remove unused, incorrect a value
This was presumably added for use with formulas that use two multiplications by
small constants (i.e., 121665 and 121666) instead of one multiplication by a
large constant (i.e., -121665/121666), but we don't use those formulas.
2017-01-08 15:11:16 -05:00
..
constants.rs Remove unused, incorrect a value 2017-01-08 15:11:16 -05:00
curve.rs Remove port of Montgomery conversion from Adam's code 2016-12-09 14:49:27 -08:00
field.rs Initial commit. 2016-12-08 05:12:00 +00:00
lib.rs Move constants into its own module 2017-01-08 14:39:25 -05:00
scalar.rs Specify the RNG for Scalar::random. 2016-12-14 05:54:22 +00:00
util.rs Initial commit. 2016-12-08 05:12:00 +00:00