aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive
diff options
context:
space:
mode:
authorJ08nY2018-03-03 01:24:03 +0100
committerJ08nY2018-03-03 01:24:03 +0100
commitd53630043dedeef63a1ea8063c537a939d43afda (patch)
treea79f723623da515b6611cbe8d8896ff829f289c7 /src/exhaustive
parent1f0f281a8a0ee8d4114a7f1df6c762f20e935746 (diff)
downloadecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.gz
ecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.zst
ecgen-d53630043dedeef63a1ea8063c537a939d43afda.zip
Diffstat (limited to 'src/exhaustive')
-rw-r--r--src/exhaustive/anomalous.h6
-rw-r--r--src/exhaustive/ansi.h6
-rw-r--r--src/exhaustive/arg.h6
-rw-r--r--src/exhaustive/brainpool.h6
-rw-r--r--src/exhaustive/brainpool_rfc.h6
-rw-r--r--src/exhaustive/check.h6
-rw-r--r--src/exhaustive/exhaustive.h6
7 files changed, 21 insertions, 21 deletions
diff --git a/src/exhaustive/anomalous.h b/src/exhaustive/anomalous.h
index 28178d9..4083655 100644
--- a/src/exhaustive/anomalous.h
+++ b/src/exhaustive/anomalous.h
@@ -5,8 +5,8 @@
/**
* @file anomalous.h
*/
-#ifndef ECGEN_ANOMALOUS_H
-#define ECGEN_ANOMALOUS_H
+#ifndef ECGEN_EXHAUSTIVE_ANOMALOUS_H
+#define ECGEN_EXHAUSTIVE_ANOMALOUS_H
#include <pari/pari.h>
#include "arg.h"
@@ -57,4 +57,4 @@ void anomalous_init();
*/
void anomalous_quit();
-#endif // ECGEN_ANOMALOUS_H
+#endif // ECGEN_EXHAUSTIVE_ANOMALOUS_H
diff --git a/src/exhaustive/ansi.h b/src/exhaustive/ansi.h
index 7868dde..8d12491 100644
--- a/src/exhaustive/ansi.h
+++ b/src/exhaustive/ansi.h
@@ -5,8 +5,8 @@
/*
* @file ansi.h
*/
-#ifndef ECGEN_ANSI_H
-#define ECGEN_ANSI_H
+#ifndef ECGEN_EXHAUSTIVE_ANSI_H
+#define ECGEN_EXHAUSTIVE_ANSI_H
#include "misc/types.h"
@@ -44,4 +44,4 @@ GENERATOR(ansi_gen_seed_input);
*/
GENERATOR(ansi_gen_equation);
-#endif // ECGEN_ANSI_H
+#endif // ECGEN_EXHAUSTIVE_ANSI_H
diff --git a/src/exhaustive/arg.h b/src/exhaustive/arg.h
index 26eb171..1c8ae43 100644
--- a/src/exhaustive/arg.h
+++ b/src/exhaustive/arg.h
@@ -5,8 +5,8 @@
/**
* @file arg.h
*/
-#ifndef ECGEN_ARG_H
-#define ECGEN_ARG_H
+#ifndef ECGEN_EXHAUSTIVE_ARG_H
+#define ECGEN_EXHAUSTIVE_ARG_H
#include "io/output.h"
#include "misc/types.h"
@@ -29,4 +29,4 @@ arg_t *arg_new(void);
*/
void arg_free(arg_t **arg);
-#endif // ECGEN_ARG_H
+#endif // ECGEN_EXHAUSTIVE_ARG_H
diff --git a/src/exhaustive/brainpool.h b/src/exhaustive/brainpool.h
index 5767aca..4272d87 100644
--- a/src/exhaustive/brainpool.h
+++ b/src/exhaustive/brainpool.h
@@ -3,8 +3,8 @@
* Copyright (C) 2017-2018 J08nY
*/
-#ifndef ECGEN_BRAINPOOL_H
-#define ECGEN_BRAINPOOL_H
+#ifndef ECGEN_EXHAUSTIVE_BRAINPOOL_H
+#define ECGEN_EXHAUSTIVE_BRAINPOOL_H
#include "misc/types.h"
@@ -102,4 +102,4 @@ CHECK(brainpool_check_gens);
*/
CHECK(brainpool_check_order);
-#endif // ECGEN_BRAINPOOL_H
+#endif // ECGEN_EXHAUSTIVE_BRAINPOOL_H
diff --git a/src/exhaustive/brainpool_rfc.h b/src/exhaustive/brainpool_rfc.h
index fbc5128..c37a777 100644
--- a/src/exhaustive/brainpool_rfc.h
+++ b/src/exhaustive/brainpool_rfc.h
@@ -3,8 +3,8 @@
* Copyright (C) 2017-2018 J08nY
*/
-#ifndef ECGEN_BRAINPOOL_RFC_H
-#define ECGEN_BRAINPOOL_RFC_H
+#ifndef ECGEN_EXHAUSTIVE_BRAINPOOL_RFC_H
+#define ECGEN_EXHAUSTIVE_BRAINPOOL_RFC_H
#include "misc/types.h"
@@ -44,4 +44,4 @@ GENERATOR(brainpool_rfc_gen_seed_input);
*/
GENERATOR(brainpool_rfc_gen_equation);
-#endif // ECGEN_BRAINPOOL_RFC_H
+#endif // ECGEN_EXHAUSTIVE_BRAINPOOL_RFC_H
diff --git a/src/exhaustive/check.h b/src/exhaustive/check.h
index fc405a3..9aa5a3c 100644
--- a/src/exhaustive/check.h
+++ b/src/exhaustive/check.h
@@ -5,8 +5,8 @@
/**
* @file check.h
*/
-#ifndef ECGEN_CHECK_H
-#define ECGEN_CHECK_H
+#ifndef ECGEN_EXHAUSTIVE_CHECK_H
+#define ECGEN_EXHAUSTIVE_CHECK_H
#include "misc/types.h"
@@ -22,4 +22,4 @@ check_t *check_new(check_f one, ...);
*/
void check_free(check_t **check);
-#endif // ECGEN_CHECK_H
+#endif // ECGEN_EXHAUSTIVE_CHECK_H
diff --git a/src/exhaustive/exhaustive.h b/src/exhaustive/exhaustive.h
index a7da53f..9cd2393 100644
--- a/src/exhaustive/exhaustive.h
+++ b/src/exhaustive/exhaustive.h
@@ -5,8 +5,8 @@
/**
* @file exhaustive.h
*/
-#ifndef ECGEN_EXHAUSTIVE_H
-#define ECGEN_EXHAUSTIVE_H
+#ifndef ECGEN_EXHAUSTIVE_EXHAUSTIVE_H
+#define ECGEN_EXHAUSTIVE_EXHAUSTIVE_H
#include "misc/types.h"
@@ -61,4 +61,4 @@ int exhaustive_gen(curve_t *curve, const exhaustive_t *setup,
*/
int exhaustive_do();
-#endif // ECGEN_EXHAUSTIVE_H
+#endif // ECGEN_EXHAUSTIVE_EXHAUSTIVE_H