aboutsummaryrefslogtreecommitdiff
path: root/src/cm
diff options
context:
space:
mode:
authorJ08nY2017-02-10 01:24:48 +0100
committerJ08nY2017-02-10 01:24:48 +0100
commitde90c5cd76bcd45c82f34d1f3d60b529b7d5a86d (patch)
tree6d5b6923cf7443e14004e779258b4c546cf769b5 /src/cm
parent79b29481b1c4d13063dd8b6ee6a1d0d70a54faab (diff)
downloadecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.tar.gz
ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.tar.zst
ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.zip
Properly split into submodules
Diffstat (limited to 'src/cm')
-rw-r--r--src/cm/cm.c2
-rw-r--r--src/cm/cm.h9
2 files changed, 11 insertions, 0 deletions
diff --git a/src/cm/cm.c b/src/cm/cm.c
index a86dcdd..63a0005 100644
--- a/src/cm/cm.c
+++ b/src/cm/cm.c
@@ -3,3 +3,5 @@
* Copyright (C) 2017 J08nY
*/
#include "cm.h"
+
+int cm_do(config_t *cfg) {} \ No newline at end of file
diff --git a/src/cm/cm.h b/src/cm/cm.h
index ba7c2c4..fe54f18 100644
--- a/src/cm/cm.h
+++ b/src/cm/cm.h
@@ -2,7 +2,16 @@
* 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