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
Generating large safe prime numbers (e.g., of 2k bits) can take prohibitively long in pure Go. This library provides a Go binding for OpenSSL's much faster BN_generate_prime_ex.