Commit b99b1107 authored by Bodo Möller's avatar Bodo Möller
Browse files

Add a pointer to a paper (is the algorithm in section 4.2 the

word-based algorithm we are using?)
parent 6e0cad8d
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 <stdio.h>