X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FBN_add.pod;h=0541d45643523e821be4f854a0ba3fe2f8fac93a;hp=2f6a3b448f6fbdbbed0547b3047178edb9ea1d2b;hb=933f32cc4d183b9f154316a55d77a95efb571282;hpb=d629757a8429118b7e5c51df3cc74f16b10170a5 diff --git a/doc/crypto/BN_add.pod b/doc/crypto/BN_add.pod index 2f6a3b448f..0541d45643 100644 --- a/doc/crypto/BN_add.pod +++ b/doc/crypto/BN_add.pod @@ -3,7 +3,7 @@ =head1 NAME BN_add, BN_sub, BN_mul, BN_div, BN_sqr, BN_mod, BN_mod_mul, BN_exp, -BN_mod_exp, BN_gcd - Arithmetic operations on BIGNUMs +BN_mod_exp, BN_gcd - arithmetic operations on BIGNUMs =head1 SYNOPSIS @@ -40,6 +40,7 @@ B may be the same B as B or B. BN_sub() subtracts B from B and places the result in B (C). BN_mul() multiplies B and B and places the result in B (C). +B may be the same B as B or B. For multiplication by powers of 2, use L. BN_div() divides B by B and places the result in B and the