Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deterministic implementation of prime factors recovery #380

Conversation

zheylmun
Copy link
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

src/algorithms/rsa.rs Outdated Show resolved Hide resolved
src/algorithms/rsa.rs Outdated Show resolved Hide resolved
src/key.rs Outdated Show resolved Hide resolved
src/algorithms/rsa.rs Outdated Show resolved Hide resolved
Co-authored-by: Tony Arcieri <bascule@gmail.com>
@tarcieri tarcieri merged commit b513ee3 into RustCrypto:master Nov 11, 2023
9 checks passed
@tarcieri tarcieri mentioned this pull request Nov 20, 2023
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