Free a BN_MONT_CTX allocated by BN_MONT_CTX_new().
Synopsis
Declared in <openssl/bn.h>
void
BN_MONT_CTX_free(BN_MONT_CTX* mont);
Parameters
Name |
Description |
mont |
Montgomery context to free, or NULL (no‐op). |
Created with MrDocs