Name
BN_swap — exchange BIGNUMs
Synopsis
#include <openssl/bn.h>
void BN_swap(BIGNUM *a, BIGNUM *b);
HISTORY
BN_swap was added in OpenSSL 0.9.7.
2024-03-18 | eCosPro License |
BN_swap — exchange BIGNUMs
#include <openssl/bn.h>
void BN_swap(BIGNUM *a, BIGNUM *b);
BN_swap was added in OpenSSL 0.9.7.
2024-03-18 | eCosPro License |