Allocate a BN_RECP_CTX used to accelerate repeated modular reduction.
Declared in <openssl/bn.h>
<openssl/bn.h>
BN_RECP_CTX* BN_RECP_CTX_new();
New reciprocal context, or NULL on failure; free with BN_RECP_CTX_free().