diff options
Diffstat (limited to 'src/exhaustive/supersingular.h')
| -rw-r--r-- | src/exhaustive/supersingular.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/exhaustive/supersingular.h b/src/exhaustive/supersingular.h new file mode 100644 index 0000000..bf7f267 --- /dev/null +++ b/src/exhaustive/supersingular.h @@ -0,0 +1,28 @@ +/* + * ecgen, tool for generating Elliptic curve domain parameters + * Copyright (C) 2017-2018 J08nY + */ +#ifndef ECGEN_EXHAUSTIVE_SUPERSINGULAR_H +#define ECGEN_EXHAUSTIVE_SUPERSINGULAR_H + +#include "misc/types.h" + +/** + * @brief + * @param curve + * @param args + * @param state + * @return + */ +GENERATOR(supersingular_gen_equation); + +/** + * @brief + * @param curve + * @param args + * @param state + * @return + */ +GENERATOR(supersingular_gen_order); + +#endif // ECGEN_EXHAUSTIVE_SUPERSINGULAR_H |
