dalek-cryptography / curve25519-dalek

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

edwards: add `SubgroupPoint` traits #672

Closed AaronFeickert closed 1 month ago

AaronFeickert commented 2 months ago

This PR adds the Default, ConstantTimeEq, and ConditionallySelectable traits to SubgroupPoint. Each simply uses the underlying Edwards point functionality.

Closes #580.

rozbb commented 1 month ago

Nice, thank you!