diff options
Diffstat (limited to 'src/misc/config.h')
| -rw-r--r-- | src/misc/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/misc/config.h b/src/misc/config.h index 859249c..a876b25 100644 --- a/src/misc/config.h +++ b/src/misc/config.h @@ -78,6 +78,14 @@ typedef struct { /** @brief Whether the curves should be uniquely generated (one generator). */ bool unique; + /** @brief The GP gen functions. */ + char *gp_gens[10]; + size_t gp_gens_size; + /** @brief The GP check functions. */ + char *gp_checks[10]; + size_t gp_checks_size; + /** @brief */ + char *hex_check; /** @brief What points to generate on the curves. */ struct points_s points; |
