Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
BN_new, BN_clear, BN_free, BN_clear_free — allocate and free BIGNUMsSYNOPSIS
#include <openssl/bn.h>BN_new(void);
BN_clear(BIGNUM *a);
BN_free(BIGNUM *a);
BN_clear_free(BIGNUM *a);