From 619805117c469a61deb9da992f9a14439191ca7d Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 19 Oct 2017 17:49:19 +0200 Subject: Add hex check to cli. --- src/misc/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/misc/config.h') 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; -- cgit v1.2.3-70-g09d2