BN_generate_prime

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(!OPENSSL_NO_DEPRECATED)
extern (C) nothrow
BIGNUM*
BN_generate_prime
(
BIGNUM* ret
,
int bits
,
int safe
,
const(BIGNUM)* add
,
const(BIGNUM)* rem
,
ExternC!(void function
(
int
,
int
,
void*
)
)
callback
,
void* cb_arg
)

Meta