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

crypto/rsa: RSA key generation is slow #649

Closed
agl opened this issue Mar 5, 2010 · 1 comment
Closed

crypto/rsa: RSA key generation is slow #649

agl opened this issue Mar 5, 2010 · 1 comment

Comments

@agl
Copy link
Contributor

agl commented Mar 5, 2010

We've concluded that RSA key generation in GO is bad.
It takes 30 seconds (with a wide variance) for keys of 700bits.
This happens regardless of the random sources used:
RC4-based stream, /dev/random, or from package rand.Rand
@agl
Copy link
Contributor Author

agl commented Mar 8, 2010

Comment 1:

This issue was closed by revision df53544.

Status changed to Fixed.

@agl agl added fixed labels Mar 8, 2010
@mikioh mikioh changed the title RSA key generation is slow crypto/rsa: RSA key generation is slow Jan 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants