[#BN_RECP_CTX_new] = BN_RECP_CTX_new :mrdocs: Allocate a BN_RECP_CTX used to accelerate repeated modular reduction. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BN_RECP_CTX.adoc[BN_RECP_CTX]* BN_RECP_CTX_new(); ---- == Return Value New reciprocal context, or NULL on failure; free with BN_RECP_CTX_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#