aboutsummaryrefslogtreecommitdiff
path: root/src/gen/point.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/point.c')
-rw-r--r--src/gen/point.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gen/point.c b/src/gen/point.c
index 66a77d4..45e833b 100644
--- a/src/gen/point.c
+++ b/src/gen/point.c
@@ -3,10 +3,10 @@
* Copyright (C) 2017 J08nY
*/
#include "point.h"
-#include "order.h"
-#include "util/memory.h"
#include "math/subgroups.h"
+#include "order.h"
#include "types.h"
+#include "util/memory.h"
point_t *point_new(void) { return try_calloc(sizeof(point_t)); }
@@ -158,7 +158,6 @@ static int points_from_orders(curve_t *curve, const config_t *cfg, GEN orders) {
return 1;
}
-
GENERATOR(points_gen_trial) {
if (!args) {
fprintf(stderr, "No args to an arged function. points_gen_trial\n");