diff options
Diffstat (limited to 'src/misc/config.h')
| -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 7832e88..55a3cdd 100644 --- a/src/misc/config.h +++ b/src/misc/config.h @@ -99,6 +99,8 @@ typedef struct { char *hex_check; /** @brief What points to generate on the curves. */ struct points_s points; + /** @brief Compute curve metadata. */ + bool metadata; /** @brief The datadir to use, if any. */ char *datadir; |
