aboutsummaryrefslogtreecommitdiff
path: root/src/math/order.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/order.h')
-rw-r--r--src/math/order.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/math/order.h b/src/math/order.h
index b883fe6..0ae5cf8 100644
--- a/src/math/order.h
+++ b/src/math/order.h
@@ -24,6 +24,17 @@ int order_any(curve_t *curve, const config_t *cfg, arg_t *args);
/**
* GENERATOR(gen_t)
+ * Calculates the curve order, using the SEA algorithm.
+ *
+ * @param curve
+ * @param cfg
+ * @param args
+ * @return
+ */
+int order_sea(curve_t *curve, const config_t *cfg, arg_t *args);
+
+/**
+ * GENERATOR(gen_t)
*
* @param curve
* @param cfg