projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
387ca35
)
Small correction.
author
Bodo Möller
<bodo@openssl.org>
Thu, 27 Jan 2000 09:03:49 +0000
(09:03 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 27 Jan 2000 09:03:49 +0000
(09:03 +0000)
doc/crypto/BN_mod_mul_montgomery.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BN_mod_mul_montgomery.pod
b/doc/crypto/BN_mod_mul_montgomery.pod
index 7d25dfbac49155f3478536b737be4801c422ccfd..dacd83fc397232d66c35634e53bebea2814e056e 100644
(file)
--- 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_mont
gomery
() 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.