aboutsummaryrefslogtreecommitdiff
path: root/src/cm/custom.h
diff options
context:
space:
mode:
authorJ08nY2018-04-10 02:14:06 +0200
committerJ08nY2018-04-10 02:14:06 +0200
commitdb440c3d3af3e9dff252501c3459cbafa2d2d047 (patch)
treef67caf673e7a1b18c130d04d0ee926d5029d384f /src/cm/custom.h
parentff8cac25c04afb3a1ecbe617e6bb58122f4a824d (diff)
downloadecgen-feature/cm-retry.tar.gz
ecgen-feature/cm-retry.tar.zst
ecgen-feature/cm-retry.zip
Diffstat (limited to 'src/cm/custom.h')
-rw-r--r--src/cm/custom.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cm/custom.h b/src/cm/custom.h
index 221c8be..ddb89fe 100644
--- a/src/cm/custom.h
+++ b/src/cm/custom.h
@@ -23,7 +23,9 @@ typedef struct {
} custom_quadr_t;
/**
- * @brief
+ * Algorithm mostly from:
+ * Constructing elliptic curves of prime order
+ * by Reinier Broker and Peter Stevenhagen
* @return
*/
curve_t* custom_curve();