From b99b110766b23729f1f123ba68d02788229dedda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 27 Jan 2000 12:52:41 +0000 Subject: [PATCH] Add a pointer to a paper (is the algorithm in section 4.2 the word-based algorithm we are using?) --- crypto/bn/bn_mont.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- GitLab