aboutsummaryrefslogtreecommitdiff
path: root/src/cm/cm_any.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cm/cm_any.h')
-rw-r--r--src/cm/cm_any.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/cm/cm_any.h b/src/cm/cm_any.h
index 48dee1c..42fc68e 100644
--- a/src/cm/cm_any.h
+++ b/src/cm/cm_any.h
@@ -13,7 +13,8 @@ typedef struct {
} cm_any_qdisc_t;
/**
- * @brief
+ * @brief Construct an elliptic curve given its order, CM discriminant and field
+ * order.
* @param order
* @param d
* @param p
@@ -24,13 +25,6 @@ GEN cm_construct_curve(GEN order, GEN d, GEN p, bool ord_prime);
/**
* @brief
- * @param order
- * @return
- */
-curve_t *cm_any_curve(GEN order);
-
-/**
- * @brief
* @param curve
* @param args
* @param state