diff options
| author | J08nY | 2017-03-09 13:18:15 +0100 |
|---|---|---|
| committer | J08nY | 2017-03-09 13:18:15 +0100 |
| commit | 8c65683537ea57a435a2f987f540bcc2ec5db678 (patch) | |
| tree | 18d6e8893c885d98392d9a4cc9a9d98e67003f18 /src/io/cli.h | |
| parent | 7eff89c0095da4246a7b9c5a6654dc0d7692325e (diff) | |
| download | ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.tar.gz ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.tar.zst ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.zip | |
Diffstat (limited to 'src/io/cli.h')
| -rw-r--r-- | src/io/cli.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/cli.h b/src/io/cli.h index 3facaff..c65f125 100644 --- a/src/io/cli.h +++ b/src/io/cli.h @@ -36,6 +36,8 @@ typedef struct config_t { bool cm; char *order; bool koblitz; + bool cofactor; + long cofactor_bound; bool from_seed; char *seed; bool unique; |
