diff options
| author | J08nY | 2018-04-10 02:14:06 +0200 |
|---|---|---|
| committer | J08nY | 2018-04-10 02:14:06 +0200 |
| commit | db440c3d3af3e9dff252501c3459cbafa2d2d047 (patch) | |
| tree | f67caf673e7a1b18c130d04d0ee926d5029d384f /src/cm/custom.h | |
| parent | ff8cac25c04afb3a1ecbe617e6bb58122f4a824d (diff) | |
| download | ecgen-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.h | 4 |
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(); |
