RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
536 stars 148 forks source link

Impl `core::hash::Hash` for `RsaPrivateKey` #308

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

Adds an impl which hashes only the public key components, along with a domain separator string (RsaPrivateKey).

Closes #165