aboutsummaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/misc/config.h b/src/misc/config.h
index 4135f9e..d73d26f 100644
--- a/src/misc/config.h
+++ b/src/misc/config.h
@@ -83,6 +83,9 @@ typedef struct {
/** @brief Whether the curves should be Koblitz (a \\in {0, 1}, b = 1). */
bool koblitz;
long koblitz_value;
+ /** @brief Whether the curves should have a smooth order (bit-length bound). */
+ bool smooth;
+ long smooth_value;
/** @brief Whether the curves should have a bound on the cofactor value. */
bool cofactor;
long cofactor_value;