dalek-cryptography / curve25519-dalek

A pure-Rust implementation of group operations on Ristretto and Curve25519
Other
897 stars 463 forks source link

Decaf support #10

Closed hdevalence closed 7 years ago

hdevalence commented 7 years ago

We would like to implement Decaf, to get a prime-order group without concerns about cofactors. Mike Hamburg kindly pointed us to his code here: https://sourceforge.net/p/ed448goldilocks/code/ci/curve25519-work/tree/

hdevalence commented 7 years ago

Some work on this is in #26.

isislovecruft commented 7 years ago

We have experimental Decaf support, if compiled with --features=yolocrypto. We still need testvectors from Mike's code.

isislovecruft commented 7 years ago

This is succeeded by #76.