From 26d89788658df8a65eebc64eff021882efc1e819 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 2 Jul 2018 18:04:15 +0200 Subject: Add method for generating supersingular curves. --- src/misc/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/misc') 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; /** -- cgit v1.3.1