aboutsummaryrefslogtreecommitdiff
path: root/src/cm/cm.h
blob: 699fa705ced66dd48bd41a7a50183dec7553a5c2 (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 J08nY
 */
/**
 * @file cm.h
 */
#ifndef ECGEN_CM_H
#define ECGEN_CM_H

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

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

#endif  // ECGEN_CM_H