Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 312 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 312 Bytes

safeprime

Go binding for OpenSSL's safe prime generator.

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.