aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
diff options
context:
space:
mode:
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;