提交 1b3b0a54 编写于 作者: R Ralf S. Engelschall

Remember good pointers to Montgomery multiplication algorithm

descriptions as pointed out by Dave Carman <carman@erols.com>
上级 7be304ac
......@@ -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 <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册