Allocate a new BIGNUM initialized to zero.
Declared in <openssl/bn.h>
<openssl/bn.h>
BIGNUM* BN_new();
New BIGNUM, or NULL on failure; free with BN_free() / BN_clear_free().