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_swap, BN_consttime_swap — exchange BIGNUMsSYNOPSIS
#include <openssl/bn.h>BN_swap(BIGNUM *a, BIGNUM *b);
BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords);