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

Add RSA group #827

Merged
merged 27 commits into from
Sep 12, 2024
Merged

Add RSA group #827

merged 27 commits into from
Sep 12, 2024

Conversation

jonas-lj
Copy link
Contributor

@jonas-lj jonas-lj commented Sep 6, 2024

This adds RSA groups, or more accurately, the subgroup of an RSA group of size (N-1) / 2 where N is the modulus. This ensures that it's not feasible to find any subgroups of this, unless the factorisation of N is known.

@jonas-lj jonas-lj requested a review from benr-ml September 9, 2024 11:54
@jonas-lj jonas-lj marked this pull request as ready for review September 9, 2024 11:54
fastcrypto-vdf/src/rsa_group/biguint_serde.rs Outdated Show resolved Hide resolved
fastcrypto-vdf/src/rsa_group/mod.rs Outdated Show resolved Hide resolved
fastcrypto-vdf/src/rsa_group/mod.rs Show resolved Hide resolved
@jonas-lj jonas-lj requested a review from benr-ml September 12, 2024 11:10
@jonas-lj jonas-lj merged commit 4f11bda into main Sep 12, 2024
7 checks passed
@jonas-lj jonas-lj deleted the jonas/rsa3 branch September 12, 2024 13:08
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.

2 participants