summaryrefslogtreecommitdiff
path: root/src/ltc/pk/ecc/ltc_ecc_map.c
diff options
context:
space:
mode:
authorKarel Miko <miko@dcit.cz>2015-04-16 15:23:49 +0200
committerKarel Miko <miko@dcit.cz>2015-04-16 15:23:49 +0200
commit6adf73b70366572b3c6042da8e889f0b973bb85a (patch)
tree4972dce9ede258d3ab992f8f1cf761826fa7ad8b /src/ltc/pk/ecc/ltc_ecc_map.c
parent7d634382e8f9c6666eca9e9e53c7a2a29c73c894 (diff)
syncing libtomcrypt/develop 4981e2ab3f - Mar 28 08:31:21 2015 -0400
Diffstat (limited to 'src/ltc/pk/ecc/ltc_ecc_map.c')
-rw-r--r--src/ltc/pk/ecc/ltc_ecc_map.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ltc/pk/ecc/ltc_ecc_map.c b/src/ltc/pk/ecc/ltc_ecc_map.c
index 3646581e..4f3ec09c 100644
--- a/src/ltc/pk/ecc/ltc_ecc_map.c
+++ b/src/ltc/pk/ecc/ltc_ecc_map.c
@@ -9,8 +9,10 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
-/* Implements ECC over Z/pZ for curve y^2 = x^3 + a*x + b
+/* Implements ECC over Z/pZ for curve y^2 = x^3 - 3x + b
*
+ * All curves taken from NIST recommendation paper of July 1999
+ * Available at http://csrc.nist.gov/cryptval/dss.htm
*/
#include "tomcrypt.h"