aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
diff options
context:
space:
mode:
authorJ08nY2019-03-26 18:26:35 +0100
committerJ08nY2019-03-26 18:26:35 +0100
commitc1bf702eb176a59e3a4da5c4595c627617e78730 (patch)
treece1afb5798a90b3982537ee167a406baa54755a6 /src/misc/config.h
parentc3b27105b89b03fca8f203b308eefa8ccc2be00c (diff)
downloadecgen-feature/anomalous-given-order.tar.gz
ecgen-feature/anomalous-given-order.tar.zst
ecgen-feature/anomalous-given-order.zip
Diffstat (limited to 'src/misc/config.h')
-rw-r--r--src/misc/config.h2
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;