RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
550 stars 153 forks source link

pss: add function to get salt length from RSA PSS keys #277

Closed lumag closed 1 year ago

lumag commented 1 year ago

To create proper RsaPssParams it is necessary to determine the salt length specified for the signing key. Add a function to get it from signing keys.

tarcieri commented 1 year ago

Looks good, thanks!