diff options
| author | J08nY | 2017-06-01 01:51:34 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-01 01:51:34 +0200 |
| commit | be17e75a621d66a9fb7f8b0785c67c0baf966dde (patch) | |
| tree | 08798fc1ece82b6b45125f629a3357d1b9d740a3 /src/gen/point.c | |
| parent | ac0e0d476128542dc6307df552129efae221ab1d (diff) | |
| download | ecgen-be17e75a621d66a9fb7f8b0785c67c0baf966dde.tar.gz ecgen-be17e75a621d66a9fb7f8b0785c67c0baf966dde.tar.zst ecgen-be17e75a621d66a9fb7f8b0785c67c0baf966dde.zip | |
Diffstat (limited to 'src/gen/point.c')
| -rw-r--r-- | src/gen/point.c | 5 |
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"); |
