From: Ralf S. Engelschall Date: Thu, 25 Feb 1999 08:00:57 +0000 (+0000) Subject: Remember good pointers to Montgomery multiplication algorithm X-Git-Tag: OpenSSL_0_9_2b~115 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b3b0a54d1f9eafc0be0992a524cd84e2c1daf97;p=oweals%2Fopenssl.git Remember good pointers to Montgomery multiplication algorithm descriptions as pointed out by Dave Carman --- diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c index 2215dc3589..e73b0cbb69 100644 --- a/crypto/bn/bn_mont.c +++ b/crypto/bn/bn_mont.c @@ -56,6 +56,12 @@ * [including the GNU Public Licence.] */ +/* + * 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 + */ + #include #include "cryptlib.h" #include "bn_lcl.h"