X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FBN_add.pod;h=0541d45643523e821be4f854a0ba3fe2f8fac93a;hb=02ef611ef337943e46a03239e87825b4b202cfa7;hp=16bb5d466a2367da71b586759c24580fe1957907;hpb=e93f9a3284c799bb851afaeddd56ed502ba189b6;p=oweals%2Fopenssl.git diff --git a/doc/crypto/BN_add.pod b/doc/crypto/BN_add.pod index 16bb5d466a..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,7 +40,8 @@ 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). -For multiplication by powers of 2, use BN_lshift(3). +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 remainder in B (C). Either of B and B may