Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

BN_swap - exchange BIGNUMs

Description

BN_swap() exchanges the values of a and b.

Name

       BN_swap - exchange BIGNUMs

Return Values

BN_swap() does not return a value.

Synopsis

        #include <openssl/bn.h>

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

See Also