dalek-cryptography / curve25519-dalek

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

ConstantTimeEq and PartialEq for SigningKey #557

Closed mkj closed 1 year ago

mkj commented 1 year ago

Moved over from https://github.com/dalek-cryptography/ed25519-dalek/pull/306

rozbb commented 1 year ago

No harm I suppose. And subtle is already a dep in curve- so it's not a big change. Thanks!