summaryrefslogtreecommitdiff
path: root/src/math/arg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/arg.c')
-rw-r--r--src/math/arg.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/math/arg.c b/src/math/arg.c
new file mode 100644
index 0000000..1a0d1ca
--- /dev/null
+++ b/src/math/arg.c
@@ -0,0 +1,6 @@
+/*
+ * ecgen, tool for generating Elliptic curve domain parameters
+ * Copyright (C) 2017 J08nY
+ */
+#include "arg.h"
+#include "types.h"