Set a BIGNUM to zero and scrub its limb storage.
Synopsis
Declared in <openssl/bn.h>
void
BN_clear(BIGNUM* a);
Parameters
Name |
Description |
a |
BIGNUM to clear; may be NULL (no‐op). |
Created with MrDocs