betrusted-curve25519-dalek-.../src/backend/serial/u32
François Garillot 8aa1458941
Implements an Elligator2 map for Curve25519
This implementation:
- is agnostic on the hash used to pick a field element, even though SHA512 is commonly used,
- follows https://tools.ietf.org/id/draft-irtf-cfrg-hash-to-curve-10.html closely
- tests the outputs of the function using libsignal's implementation.
2020-10-21 17:38:22 -04:00
..
constants.rs Implements an Elligator2 map for Curve25519 2020-10-21 17:38:22 -04:00
field.rs
mod.rs
scalar.rs