RustCrypto / RSA

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

Update PSS rustdoc example to match PKCS#1 v1.5 example #257

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

Uses rsa::sha2 to access Sha256 in the code example, noting the sha2 feature must be enabled, ala #255