From: Bodo Möller Date: Thu, 27 Jan 2000 12:52:41 +0000 (+0000) Subject: Add a pointer to a paper (is the algorithm in section 4.2 the X-Git-Tag: OpenSSL_0_9_5beta1~182 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b99b110766b23729f1f123ba68d02788229dedda;p=oweals%2Fopenssl.git Add a pointer to a paper (is the algorithm in section 4.2 the word-based algorithm we are using?) --- diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c index d3782416d3..5ef08d9157 100644 --- a/crypto/bn/bn_mont.c +++ b/crypto/bn/bn_mont.c @@ -57,9 +57,10 @@ */ /* - * Details about Montgomery multiplication algorithms can be found at: - * http://security.ece.orst.edu/publications.html, especially - * http://security.ece.orst.edu/koc/papers/j37acmon.pdf + * Details about Montgomery multiplication algorithms can be found at + * http://security.ece.orst.edu/publications.html, e.g. + * http://security.ece.orst.edu/koc/papers/j37acmon.pdf and + * sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf */ #include