summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_mod_mul_montgomery.pod
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-04-06 22:30:57 +0000
committerBodo Möller <bodo@openssl.org>2000-04-06 22:30:57 +0000
commit8acdd759b973fa956b33146b5538bfde11ba870c (patch)
tree590257630ea608e9cd9c5effdb642320e481a515 /doc/crypto/BN_mod_mul_montgomery.pod
parent46b3bd54544caf828dcbcac093b5341c10802459 (diff)
Clarifications.
Diffstat (limited to 'doc/crypto/BN_mod_mul_montgomery.pod')
-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 0f0c1375af..b190b4013d 100644
--- a/doc/crypto/BN_mod_mul_montgomery.pod
+++ b/doc/crypto/BN_mod_mul_montgomery.pod
@@ -49,7 +49,7 @@ the result in B<r>.
BN_from_montgomery() performs the Montgomery reduction B<r> = B<a>*R^-1.
-BN_to_montgomery() computes Mont(B<a>,R^2).
+BN_to_montgomery() computes Mont(B<a>,R^2), i.e. B<a>*R.
For all functions, B<ctx> is a previously allocated B<BN_CTX> used for
temporary variables.