aboutsummaryrefslogtreecommitdiff
path: root/src/gen/hex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/hex.h')
-rw-r--r--src/gen/hex.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/gen/hex.h b/src/gen/hex.h
new file mode 100644
index 0000000..540a709
--- /dev/null
+++ b/src/gen/hex.h
@@ -0,0 +1,22 @@
+/*
+ * ecgen, tool for generating Elliptic curve domain parameters
+ * Copyright (C) 2017 J08nY
+ */
+/**
+ * @file hex.h
+ */
+#ifndef ECGEN_HEX_H
+#define ECGEN_HEX_H
+
+#include "misc/types.h"
+
+/**
+ * @brief
+ * @param curve
+ * @param args
+ * @param state
+ * @return
+ */
+CHECK(hex_check_param);
+
+#endif // ECGEN_HEX_H