BN_clear

Set a BIGNUM to zero and scrub its limb storage.

Synopsis

Declared in <openssl/bn.h>

void
BN_clear(BIGNUM* a);

Parameters

NameDescription
aBIGNUM to clear; may be NULL (no-op).