Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word — BIGNUM assignment operationsSYNOPSIS
#include <openssl/bn.h>BN_zero(BIGNUM *a);
BN_one(BIGNUM *a);
BN_value_one(void);
BN_set_word(BIGNUM *a, BN_ULONG w);
BN_get_word(const BIGNUM *a);