RustCrypto / RSA

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

README.md: add notes about timing variability #373

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

Notes that the modpow implementation is not constant-time, but timing variability is masked using random blinding.