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
I'm fairly confident that the existing RSA key generation code works pretty well and is secure, but it will take a very long time to execute from a constrained environment like a smart card. We may want to consider adding one or more additional flavors for RSA key derivation that allow for better performance on constrained platforms.
Some areas of research:
Faster random-prime derivation, such as described in this paper.
Multi-Prime RSA would allow for smaller primes to be used, which would be faster to calculate.
The text was updated successfully, but these errors were encountered:
I'm fairly confident that the existing RSA key generation code works pretty well and is secure, but it will take a very long time to execute from a constrained environment like a smart card. We may want to consider adding one or more additional flavors for RSA key derivation that allow for better performance on constrained platforms.
Some areas of research:
The text was updated successfully, but these errors were encountered: