Name

BN_swap — exchanges BIGNUMs


Library

libcrypto.lib


Synopsis

#include <openssl/bn.h>
void BN_swap(BIGNUM *a, BIGNUM *b);


Detailed Description

BN_swap() exchanges the values of a and b.


See Also

bn()


History

BN_swap was added in OpenSSL 0.9.7.


Feedback

For additional information or queries on this page send feedback


© 2005-2007 Nokia 

Top