curve25519-dalek-source/src
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
..
backend Implements an Elligator2 map for Curve25519 2020-10-21 17:38:22 -04:00
constants.rs Merge pull request #293 from dalek-cryptography/remove-build-rs 2019-10-23 14:44:46 -07:00
edwards.rs Implements an Elligator2 map for Curve25519 2020-10-21 17:38:22 -04:00
field.rs Update copyright year. 2019-10-23 19:43:56 +00:00
lib.rs Bump version to 3.0.0. 2020-08-17 18:20:26 -07:00
macros.rs Update copyright year. 2019-10-23 19:43:56 +00:00
montgomery.rs Implements an Elligator2 map for Curve25519 2020-10-21 17:38:22 -04:00
prelude.rs Unify alloc and std cargo features 2018-07-23 10:50:21 -07:00
ristretto.rs Update sha2, digest to 0.9 2020-06-15 07:16:04 -04:00
scalar.rs Update sha2, digest to 0.9 2020-06-15 07:16:04 -04:00
traits.rs Update copyright year. 2019-10-23 19:43:56 +00:00
window.rs Switch from clear_on_drop to zeroize (fixes #281) 2019-10-23 16:39:21 -07:00