Skip to content

Deterministic implementation of prime factors recovery#380

Merged
tarcieri merged 9 commits intoRustCrypto:masterfrom
zheylmun:feature/deterministic_prime_factor_recovery
Nov 11, 2023
Merged

Deterministic implementation of prime factors recovery#380
tarcieri merged 9 commits intoRustCrypto:masterfrom
zheylmun:feature/deterministic_prime_factor_recovery

Conversation

@zheylmun
Copy link
Copy Markdown
Contributor

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

Comment thread src/algorithms/rsa.rs Outdated
Comment thread src/algorithms/rsa.rs Outdated
Comment thread src/key.rs Outdated
Comment thread src/algorithms/rsa.rs Outdated
Comment thread src/algorithms/rsa.rs
@tarcieri tarcieri merged commit b513ee3 into RustCrypto:master Nov 11, 2023
@tarcieri tarcieri mentioned this pull request Nov 20, 2023
takumi-earth pushed a commit to earthlings-dev/RSA that referenced this pull request Jan 27, 2026
Implements deterministic recovery of `p` and `q` from `n`, `e,` and `d` using
the algorithm specified in NIST 800-56B Appendix C.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants