BN_swap
exchange BIGNUMs
- Provided by: libssl-doc (Version: 1.0.2g-1ubuntu4.20)
- Source: openssl
- Report a bug
exchange BIGNUMs
#include <openssl/bn.h> void BN_swap(BIGNUM *a, BIGNUM *b);
BN_swap() exchanges the values of a and b.
BN_swap was added in OpenSSL 0.9.7.