curve25519-dalek-source/src/backend/serial
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
..
curve_models Switch from clear_on_drop to zeroize (fixes #281) 2019-10-23 16:39:21 -07:00
scalar_mul Fix warning that a temporary value isn't used. 2019-10-28 19:12:00 +00:00
u32 Implements an Elligator2 map for Curve25519 2020-10-21 17:38:22 -04:00
u64 Implements an Elligator2 map for Curve25519 2020-10-21 17:38:22 -04:00
mod.rs Update copyright year. 2019-10-23 19:43:56 +00:00