logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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