X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fcrypto%2FBN_add.pod;h=72cc09f67aeab2b718a65206cfc0a4b9fa246bcc;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=88c7a799eea5a119f77ac4e9cbd8e0ac2bf02202;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/doc/crypto/BN_add.pod b/lib/openssl/doc/crypto/BN_add.pod index 88c7a79..72cc09f 100644 --- a/lib/openssl/doc/crypto/BN_add.pod +++ b/lib/openssl/doc/crypto/BN_add.pod @@ -49,10 +49,11 @@ BN_add() adds I and I and places the result in I (C). I may be the same B as I or I. BN_sub() subtracts I from I and places the result in I (C). +I may be the same B as I or I. BN_mul() multiplies I and I and places the result in I (C). I may be the same B as I or I. -For multiplication by powers of 2, use L. +For multiplication by powers of 2, use L. BN_sqr() takes the square of I and places the result in I (C). I and I may be the same B. @@ -80,8 +81,8 @@ BN_mod_mul() multiplies I by I and finds the non-negative remainder respective to modulus I (C). I may be the same B as I or I. For more efficient algorithms for repeated computations using the same modulus, see -L and -L. +L and +L. BN_mod_sqr() takes the square of I modulo B and places the result in I. @@ -98,7 +99,7 @@ places the result in I. I may be the same B as I or I. For all functions, I is a previously allocated B used for -temporary variables; see L. +temporary variables; see L. Unless noted otherwise, the result B must be different from the arguments. @@ -107,20 +108,20 @@ the arguments. For all functions, 1 is returned for success, 0 on error. The return value should always be checked (e.g., C). -The error codes can be obtained by L. +The error codes can be obtained by L. =head1 SEE ALSO -L, L, L, -L, L +L, L, L, +L, L + +=head1 COPYRIGHT -=head1 HISTORY +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. -BN_add(), BN_sub(), BN_sqr(), BN_div(), BN_mod(), BN_mod_mul(), -BN_mod_exp() and BN_gcd() are available in all versions of SSLeay and -OpenSSL. The I argument to BN_mul() was added in SSLeay -0.9.1b. BN_exp() appeared in SSLeay 0.9.0. -BN_nnmod(), BN_mod_add(), BN_mod_sub(), and BN_mod_sqr() were added in -OpenSSL 0.9.7. +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. =cut