Exchange the values of two BIGNUMs in constant time relative to their limb counts.
Declared in <openssl/bn.h>
<openssl/bn.h>
void BN_swap( BIGNUM* a, BIGNUM* b);
Name
Description
a
First value.
b
Second value.
Created with MrDocs