From 39c6155e0193ff69dcdf765e936487bfcf4f1b17 Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 14 Feb 2017 21:20:08 +0100 Subject: Added point generation: - Prime order points for all prime divisors of curve order (all prime subgroups) - Random points - Minimal set of generators of the whole group (one or two points) --- src/io/cli.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/io/cli.h') diff --git a/src/io/cli.h b/src/io/cli.h index 0826419..52b39ec 100644 --- a/src/io/cli.h +++ b/src/io/cli.h @@ -31,6 +31,8 @@ typedef struct config_t { char *output; char *input; bool append; + long verbose; + char *debug; long bits; } config_t; -- cgit v1.2.3-70-g09d2