BN_generate_prime_ex

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
int
BN_generate_prime_ex
(
BIGNUM* ret
,
int bits
,
int safe
,
const(BIGNUM)* add
,
const(BIGNUM)* rem
,
BN_GENCB* cb
)

Meta