logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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