提交 38b1fa89 编写于 作者: B Bodo Möller

Small correction.

上级 387ca353
...@@ -44,7 +44,7 @@ BN_MONT_CTX_copy() copies the B<N_MONT_CTX> B<from> to B<to>. ...@@ -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 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. 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>. the result in B<r>.
BN_from_montgomery() performs the Montgomery reduction B<r> = B<a>*R^-1. BN_from_montgomery() performs the Montgomery reduction B<r> = B<a>*R^-1.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册