aboutsummaryrefslogtreecommitdiff
path: root/src/math/gens.h
blob: b3f77742a4b86f5a4b08e5cd420663578e366d19 (plain)
1
2
3
4
5
6
7
8
9
#ifndef ECGEN_GENS_H
#define ECGEN_GENS_H

#include "types.h"

int gens_init(curve_t *curve, config_t *config, arg_t *args);

#endif  // ECGEN_GENS_H