RustCrypto / RSA

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

Initial proptests #326

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

Adds proptests for RSASSA-PKCS1-v1_5 and RSA-PSS.

NOTE: these are currently expected to fail, and to be resolved by #325