Remember good pointers to Montgomery multiplication algorithm
authorRalf S. Engelschall <rse@openssl.org>
Thu, 25 Feb 1999 08:00:57 +0000 (08:00 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Thu, 25 Feb 1999 08:00:57 +0000 (08:00 +0000)
descriptions as pointed out by Dave Carman <carman@erols.com>

crypto/bn/bn_mont.c

index 2215dc3589c104dc51e8ed7e26cf200b13e27d07..e73b0cbb693df6c96fdba26c833cba7e4cf2a6cc 100644 (file)
  * [including the GNU Public Licence.]
  */
 
  * [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 <stdio.h>
 #include "cryptlib.h"
 #include "bn_lcl.h"
 #include <stdio.h>
 #include "cryptlib.h"
 #include "bn_lcl.h"