aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-27 09:03:49 +0000
committerBodo Möller <bodo@openssl.org>2000-01-27 09:03:49 +0000
commit38b1fa89952c687a225f6a6e6dde0fe020ac1e2b (patch)
tree2cdb2ebb5b420e757aad47b10fdbe6b811e7e2eb /doc
parent387ca353fae3e65fae7e51651180ce7e0f6a44f8 (diff)
downloadopenssl-38b1fa89952c687a225f6a6e6dde0fe020ac1e2b.tar.gz
Small correction.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BN_mod_mul_montgomery.pod2
1 files changed, 1 insertions, 1 deletions
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<N_MONT_CTX> B<from> to B<to>.
BN_MONT_CTX_free() frees the components of the B<BN_MONT_CTX>, and, if
it was created by BN_MONT_CTX_new(), also the structure itself.
-BN_mod_mul_mont() computes Mont(B<a>,B<b>):=B<a>*B<b>*R^-1 and places
+BN_mod_mul_montgomery() computes Mont(B<a>,B<b>):=B<a>*B<b>*R^-1 and places
the result in B<r>.
BN_from_montgomery() performs the Montgomery reduction B<r> = B<a>*R^-1.