You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: