diff options
| author | J08nY | 2018-07-02 18:04:15 +0200 |
|---|---|---|
| committer | J08nY | 2018-07-02 18:08:52 +0200 |
| commit | 26d89788658df8a65eebc64eff021882efc1e819 (patch) | |
| tree | 4116b1354f569a8955f6ce7c098ffaa874b89a4c /src/misc | |
| parent | f2b30a0bdbc46c3c7651ea0efb657d99a7369447 (diff) | |
| download | ecgen-26d89788658df8a65eebc64eff021882efc1e819.tar.gz ecgen-26d89788658df8a65eebc64eff021882efc1e819.tar.zst ecgen-26d89788658df8a65eebc64eff021882efc1e819.zip | |
Add method for generating supersingular curves.
Diffstat (limited to 'src/misc')
| -rw-r--r-- | src/misc/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/misc/config.h b/src/misc/config.h index 55a3cdd..7db13de 100644 --- a/src/misc/config.h +++ b/src/misc/config.h @@ -47,7 +47,8 @@ typedef enum { METHOD_ANOMALOUS = 1 << 1, METHOD_SEED = 1 << 2, METHOD_INVALID = 1 << 3, - METHOD_TWIST = 1 << 4 + METHOD_TWIST = 1 << 4, + METHOD_SUPERSINGULAR = 1 << 5 } method_e; /** |
