summaryrefslogtreecommitdiff
path: root/src/ltc/pk/ecc/ltc_ecc_map.c
diff options
context:
space:
mode:
authorKarel Miko <miko@dcit.cz>2014-01-07 20:01:13 +0100
committerKarel Miko <miko@dcit.cz>2014-01-07 20:01:13 +0100
commitea91786b3858378e42489736ad9f12cf71bf64b8 (patch)
tree1001460676ce5be66530834e12ab712ef7aa1e4b /src/ltc/pk/ecc/ltc_ecc_map.c
parent40608dcf63fd6444850a23698e4085acad31d0ba (diff)
ECC support for curve y^2 = x^3 + a*x + b (part 2); ECDSA handling hashes longer then curve bitsize
Diffstat (limited to 'src/ltc/pk/ecc/ltc_ecc_map.c')
-rw-r--r--src/ltc/pk/ecc/ltc_ecc_map.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ltc/pk/ecc/ltc_ecc_map.c b/src/ltc/pk/ecc/ltc_ecc_map.c
index e1c53a68..3646581e 100644
--- a/src/ltc/pk/ecc/ltc_ecc_map.c
+++ b/src/ltc/pk/ecc/ltc_ecc_map.c
@@ -11,8 +11,6 @@
/* Implements ECC over Z/pZ for curve y^2 = x^3 + a*x + b
*
- * All curves taken from NIST recommendation paper of July 1999
- * Available at http://csrc.nist.gov/cryptval/dss.htm
*/
#include "tomcrypt.h"