aboutsummaryrefslogtreecommitdiff
path: root/src/gen/gp.h
blob: c0ee1afda2f6668249e9231c42ec9b995a82d65d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * ecgen, tool for generating Elliptic curve domain parameters
 * Copyright (C) 2017 J08nY
 */
#ifndef ECGEN_GP_H
#define ECGEN_GP_H

#include "misc/types.h"

/**
 * @brief
 * @param curve
 * @param cfg
 * @param args
 * @return
 */
GENERATOR(gp_gen);

#endif  // ECGEN_GP_H