aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
diff options
context:
space:
mode:
authorJ08nY2017-10-19 17:49:19 +0200
committerJ08nY2017-10-19 17:49:19 +0200
commit619805117c469a61deb9da992f9a14439191ca7d (patch)
tree6849db8692f820a24dc66b2e48de90cc27482fe7 /src/misc/config.h
parentd01ac5799cf7283de1b26cac07578ca039bd5047 (diff)
downloadecgen-619805117c469a61deb9da992f9a14439191ca7d.tar.gz
ecgen-619805117c469a61deb9da992f9a14439191ca7d.tar.zst
ecgen-619805117c469a61deb9da992f9a14439191ca7d.zip
Diffstat (limited to 'src/misc/config.h')
-rw-r--r--src/misc/config.h8
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;