aboutsummaryrefslogtreecommitdiff
path: root/src/gen/order.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/order.h')
-rw-r--r--src/gen/order.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gen/order.h b/src/gen/order.h
index bdb6ec0..da62c4d 100644
--- a/src/gen/order.h
+++ b/src/gen/order.h
@@ -11,23 +11,6 @@
#include "types.h"
/**
- * @brief Factors curve order.
- * @param curve
- * @param cfg
- * @return
- */
-GEN order_factors(curve_t *curve, const config_t *cfg);
-
-/**
- * @brief Enumerates all subgroup orders of a curve given prime order factors.
- * @param curve
- * @param cfg
- * @param factors
- * @return
- */
-GEN order_groups(curve_t *curve, const config_t *cfg, GEN factors);
-
-/**
* GENERATOR(gen_t)
* Reads the curve order from input, does not verify it.
*