From 38b1fa89952c687a225f6a6e6dde0fe020ac1e2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 27 Jan 2000 09:03:49 +0000 Subject: [PATCH] Small correction. --- doc/crypto/BN_mod_mul_montgomery.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/crypto/BN_mod_mul_montgomery.pod b/doc/crypto/BN_mod_mul_montgomery.pod index 7d25dfbac4..dacd83fc39 100644 --- a/doc/crypto/BN_mod_mul_montgomery.pod +++ b/doc/crypto/BN_mod_mul_montgomery.pod @@ -44,7 +44,7 @@ BN_MONT_CTX_copy() copies the B B to B. BN_MONT_CTX_free() frees the components of the B, and, if it was created by BN_MONT_CTX_new(), also the structure itself. -BN_mod_mul_mont() computes Mont(B,B):=B*B*R^-1 and places +BN_mod_mul_montgomery() computes Mont(B,B):=B*B*R^-1 and places the result in B. BN_from_montgomery() performs the Montgomery reduction B = B*R^-1. -- 2.34.1