bn_swap(3) - Linux man page
Name
BN_swap - exchange BIGNUMs
Synopsis
#include <openssl/bn.h> void BN_swap(BIGNUM *a, BIGNUM *b);
Description
BN_swap() exchanges the values of a and b.
bn(3)
History
BN_swap was added in OpenSSL 0.9.7.
BN_swap - exchange BIGNUMs
#include <openssl/bn.h> void BN_swap(BIGNUM *a, BIGNUM *b);
BN_swap() exchanges the values of a and b.
bn(3)
BN_swap was added in OpenSSL 0.9.7.