Exchange the values of two BIGNUMs in constant time relative to their limb counts.

Synopsis

Declared in <openssl/bn.h>

void
BN_swap(
    BIGNUM* a,
    BIGNUM* b);

Parameters

Name

Description

a

First value.

b

Second value.

Created with MrDocs