aboutsummaryrefslogtreecommitdiff
path: root/src/math/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/point.h')
-rw-r--r--src/math/point.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/math/point.h b/src/math/point.h
new file mode 100644
index 0000000..3b69144
--- /dev/null
+++ b/src/math/point.h
@@ -0,0 +1,13 @@
+/*
+ * ecgen, tool for generating Elliptic curve domain parameters
+ * Copyright (C) 2017 J08nY
+ */
+#ifndef ECGEN_POINT_H
+#define ECGEN_POINT_H
+
+#include <pari/pari.h>
+#include "types.h"
+
+point_t *gerepile_point(pari_sp ltop, point_t *point);
+
+#endif // ECGEN_POINT_H