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

#include "io/cli.h"
#include "misc/config.h"

/**
 *
 * @param cfg
 * @return
 */
int cm_do(config_t *cfg);

#endif  // ECGEN_CM_H