Set a BIGNUM to zero without allocating or freeing limbs.
Synopsis
Declared in <openssl/bn.h>
void
BN_zero_ex(BIGNUM* a);
Parameters
Name |
Description |
a |
Integer cleared in place; must already be a valid BIGNUM. |
Created with MrDocs