dalek-cryptography / curve25519-dalek

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

ed: Add `SigningKey::as_bytes` #561

Closed soerenmeier closed 1 year ago

soerenmeier commented 1 year ago

Allows to get a reference to the secret bytes without making a copy.