mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Remember good pointers to Montgomery multiplication algorithm
descriptions as pointed out by Dave Carman <carman@erols.com>
This commit is contained in:
parent
7be304acdb
commit
1b3b0a54d1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user