BN_swap — exchanges BIGNUMs
libcrypto.lib
#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.
For additional information or queries on this page send feedback
© 2005-2007 Nokia |