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_cmp, BN_ucmp, BN_is_zero, BN_is_one, BN_is_word, BN_abs_is_word, BN_is_odd — BIGNUM comparison and test functionsSYNOPSIS
#include <openssl/bn.h>BN_cmp(const BIGNUM *a, const BIGNUM *b);
BN_ucmp(const BIGNUM *a, const BIGNUM *b);
BN_is_zero(const BIGNUM *a);
BN_is_one(const BIGNUM *a);
BN_is_word(const BIGNUM *a, const BN_ULONG w);
BN_abs_is_word(const BIGNUM *a, const BN_ULONG w);
BN_is_odd(const BIGNUM *a);