aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive/supersingular.h
blob: bf7f2675029f3b1b25729ce9529393a9f0332721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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