risc0-curve25519-dalek-source/src
Henry de Valence 0e9dc1d38d Remove warnings about unused variables
These bindings are shadowed by the later let statements, so they're considered unused.
2017-03-07 23:01:49 -08:00
..
constants.rs Remove all remaining warnings 2017-03-07 01:37:31 -08:00
curve.rs Remove warnings about unused variables 2017-03-07 23:01:49 -08:00
decaf.rs Remove all remaining warnings 2017-03-07 01:37:31 -08:00
field.rs First notes and code on Montgomery conversion 2017-02-27 13:41:50 -08:00
lib.rs Add a function to hash a byte slice to a scalar. 2017-02-27 11:19:06 -08:00
scalar.rs Remove all remaining warnings 2017-03-07 01:37:31 -08: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