Sortix cross-volatile manual
This manual documents Sortix cross-volatile. 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);