risc0-curve25519-dalek-source/src
2018-01-25 12:16:11 -08:00
..
backend Keep the AVX2 point type named as ExtendedPoint. 2018-01-25 12:00:40 -08:00
curve_models Rename ExtendedPoint to EdwardsPoint. 2018-01-25 02:56:38 +00:00
constants.rs Remove reference to field elts since they're private 2017-11-29 13:03:01 -08:00
edwards.rs This isn't true after renaming the struct 2018-01-25 12:16:11 -08:00
field.rs Move pow2k into the backends and use it to implement square() 2018-01-19 17:50:48 -08:00
lib.rs Implement public-facing ops traits on all combos of &T/T 2018-01-24 11:05:06 -08:00
macros.rs Implement public-facing ops traits on all combos of &T/T 2018-01-24 11:05:06 -08:00
montgomery.rs Rename ExtendedPoint to EdwardsPoint. 2018-01-25 02:56:38 +00:00
ristretto.rs Rename ExtendedPoint to EdwardsPoint. 2018-01-25 02:56:38 +00:00
scalar.rs Implement public-facing ops traits on all combos of &T/T 2018-01-24 11:05:06 -08:00
traits.rs Refactor select_precomputed_point into a LookupTable struct. 2017-12-07 12:46:57 -08:00