summaryrefslogtreecommitdiff
path: root/src/ltc/pk/ecc/ltc_ecc_import_point.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/pk/ecc/ltc_ecc_import_point.c')
-rw-r--r--src/ltc/pk/ecc/ltc_ecc_import_point.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ltc/pk/ecc/ltc_ecc_import_point.c b/src/ltc/pk/ecc/ltc_ecc_import_point.c
index d4d028d5..6c8107c8 100644
--- a/src/ltc/pk/ecc/ltc_ecc_import_point.c
+++ b/src/ltc/pk/ecc/ltc_ecc_import_point.c
@@ -5,11 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
- *
- */
-
-/* Implements ECC over Z/pZ for curve y^2 = x^3 + a*x + b
- *
*/
#include "tomcrypt.h"
@@ -70,3 +65,7 @@ cleanup:
}
#endif
+
+/* ref: $Format:%D$ */
+/* git commit: $Format:%H$ */
+/* commit time: $Format:%ai$ */