RustCrypto / RSA

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

Deterministic implementation of prime factors recovery #380

Closed zheylmun closed 12 months ago

zheylmun commented 12 months ago

Based on the initial work in #258 by @davxy. This is a first shot at implementing the algorithm laid out in : NIST 800-56B Appendix C.2