From 5f5e96d92b249c27cf0236c4ef754ca2e04c23e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 27 Jan 2000 09:15:49 +0000 Subject: [PATCH] Update references. --- crypto/bn/bn_mont.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c index 63db577681..d3782416d3 100644 --- a/crypto/bn/bn_mont.c +++ b/crypto/bn/bn_mont.c @@ -58,8 +58,8 @@ /* * Details about Montgomery multiplication algorithms can be found at: - * http://www.ece.orst.edu/ISL/Publications.html - * http://www.ece.orst.edu/ISL/Koc/papers/j37acmon.pdf + * http://security.ece.orst.edu/publications.html, especially + * http://security.ece.orst.edu/koc/papers/j37acmon.pdf */ #include -- 2.25.1