aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive
diff options
context:
space:
mode:
authorJ08nY2017-09-19 14:26:50 +0200
committerJ08nY2017-09-19 14:26:50 +0200
commit6fe1e9ca3bf0c8e47e69a231b19e84592db02b56 (patch)
treecbac3ca98d091b0444d5fbcbd7a3a564601def7b /src/exhaustive
parent44166dac6e53d6ea44d1d1dca4baea2a8bc508cd (diff)
downloadecgen-6fe1e9ca3bf0c8e47e69a231b19e84592db02b56.tar.gz
ecgen-6fe1e9ca3bf0c8e47e69a231b19e84592db02b56.tar.zst
ecgen-6fe1e9ca3bf0c8e47e69a231b19e84592db02b56.zip
Cleanup includes.
Diffstat (limited to 'src/exhaustive')
-rw-r--r--src/exhaustive/ansi.c7
-rw-r--r--src/exhaustive/ansi.h8
-rw-r--r--src/exhaustive/exhaustive.c1
3 files changed, 11 insertions, 5 deletions
diff --git a/src/exhaustive/ansi.c b/src/exhaustive/ansi.c
index 6c36063..24cdd66 100644
--- a/src/exhaustive/ansi.c
+++ b/src/exhaustive/ansi.c
@@ -1,7 +1,8 @@
-
+/*
+ * ecgen, tool for generating Elliptic curve domain parameters
+ * Copyright (C) 2017 J08nY
+ */
#include "ansi.h"
-#include <misc/config.h>
-#include <misc/types.h>
#include "gen/field.h"
#include "gen/seed.h"
#include "io/output.h"
diff --git a/src/exhaustive/ansi.h b/src/exhaustive/ansi.h
index ec24e13..fbe9a3f 100644
--- a/src/exhaustive/ansi.h
+++ b/src/exhaustive/ansi.h
@@ -1,4 +1,10 @@
-
+/*
+ * ecgen, tool for generating Elliptic curve domain parameters
+ * Copyright (C) 2017 J08nY
+ */
+/*
+ * @file ansi.h
+ */
#ifndef ECGEN_ANSI_H
#define ECGEN_ANSI_H
diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c
index a83bd42..22e4f6f 100644
--- a/src/exhaustive/exhaustive.c
+++ b/src/exhaustive/exhaustive.c
@@ -3,7 +3,6 @@
* Copyright (C) 2017 J08nY
*/
#include "exhaustive.h"
-#include <misc/config.h>
#include "anomalous.h"
#include "ansi.h"
#include "gen/curve.h"