diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/BN_add.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/BN_add.3 b/src/lib/libcrypto/man/BN_add.3 index a06b8af31c..7c37bef525 100644 --- a/src/lib/libcrypto/man/BN_add.3 +++ b/src/lib/libcrypto/man/BN_add.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_add.3,v 1.18 2023/01/31 05:16:52 jsing Exp $ | 1 | .\" $OpenBSD: BN_add.3,v 1.19 2023/04/27 09:45:56 tb Exp $ |
2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: January 31 2023 $ | 69 | .Dd $Mdocdate: April 27 2023 $ |
70 | .Dt BN_ADD 3 | 70 | .Dt BN_ADD 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -465,11 +465,9 @@ as | |||
465 | .Fa a | 465 | .Fa a |
466 | or | 466 | or |
467 | .Fa b . | 467 | .Fa b . |
468 | For more efficient algorithms for repeated computations using the same | 468 | For a more efficient algorithm for repeated computations using the same |
469 | modulus, see | 469 | modulus, see |
470 | .Xr BN_mod_mul_montgomery 3 | 470 | .Xr BN_mod_mul_montgomery 3 . |
471 | and | ||
472 | .Xr BN_mod_mul_reciprocal 3 . | ||
473 | .Pp | 471 | .Pp |
474 | .Fn BN_mod_sqr | 472 | .Fn BN_mod_sqr |
475 | takes the square of | 473 | takes the square of |