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