aboutsummaryrefslogtreecommitdiff
path: root/src/gen/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/point.h')
-rw-r--r--src/gen/point.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gen/point.h b/src/gen/point.h
index c10b742..43d162d 100644
--- a/src/gen/point.h
+++ b/src/gen/point.h
@@ -29,6 +29,15 @@ GENERATOR(point_gen_random);
GENERATOR(points_gen_random);
/**
+ *
+ * @param curve
+ * @param generator
+ * @param orders
+ * @return
+ */
+point_t **points_from_orders(GEN curve, point_t *generator, GEN orders);
+
+/**
* GENERATOR(gen_f)
* Generates prime order points using trial division.
*