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

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

/**
 *
 * @return
 */
int cm_do();

#endif  // ECGEN_CM_CM_H