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

Adapt RSA to 3072 and 4096 bit keys #132

Closed
0xturboblitz opened this issue Jun 17, 2024 · 1 comment
Closed

Adapt RSA to 3072 and 4096 bit keys #132

0xturboblitz opened this issue Jun 17, 2024 · 1 comment
Labels
help wanted Extra attention is needed medium

Comments

@0xturboblitz
Copy link
Member

The implementation of RSA in circom we use supports 2048 bit keys.

One of the things we will need to validate certificate chains is adapting it to support 3072 and 4096 bit keys, as keys of those sizes are used by CSCAs to sign DSCs.

@0xturboblitz 0xturboblitz added help wanted Extra attention is needed medium labels Jun 17, 2024
@remicolin
Copy link
Member

I already implemented certificated chain verification with 2048 bits rsa dsc and 4096 bits csca key on csca branch, working well.
proving time is slow but i think n and k parameters can be optimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed medium
Projects
None yet
Development

No branches or pull requests

2 participants