aboutsummaryrefslogtreecommitdiff
path: root/src/cm/cm.h
blob: fe54f1816f2de05ce50ec25bf96ac6d1d2e7a752 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * ecgen, tool for generating Elliptic curve domain parameters
 * Copyright (C) 2017 J08nY
 */
#include "io/cli.h"

#ifndef ECGEN_CM_H
#define ECGEN_CM_H

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

#endif  // ECGEN_CM_H