diff options
| author | J08nY | 2019-03-26 18:26:35 +0100 |
|---|---|---|
| committer | J08nY | 2019-03-26 18:26:35 +0100 |
| commit | c1bf702eb176a59e3a4da5c4595c627617e78730 (patch) | |
| tree | ce1afb5798a90b3982537ee167a406baa54755a6 /src/misc | |
| parent | c3b27105b89b03fca8f203b308eefa8ccc2be00c (diff) | |
| download | ecgen-feature/anomalous-given-order.tar.gz ecgen-feature/anomalous-given-order.tar.zst ecgen-feature/anomalous-given-order.zip | |
Diffstat (limited to 'src/misc')
| -rw-r--r-- | src/misc/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/config.h b/src/misc/config.h index 4135f9e..6c61b0f 100644 --- a/src/misc/config.h +++ b/src/misc/config.h @@ -80,6 +80,8 @@ typedef struct { bool prime; /** @brief Whether the Complex Multiplication method should be used. */ char *cm_order; + /** @brief Whether the Anomalous method should be used. */ + char *anom_order; /** @brief Whether the curves should be Koblitz (a \\in {0, 1}, b = 1). */ bool koblitz; long koblitz_value; |
