Allocate an empty Montgomery multiplication context.

Synopsis

Declared in <openssl/bn.h>

BN_MONT_CTX*
BN_MONT_CTX_new();

Return Value

New BN_MONT_CTX, or NULL on failure; free with BN_MONT_CTX_free().

Created with MrDocs