aboutsummaryrefslogtreecommitdiff
path: root/src/math/koblitz.h
diff options
context:
space:
mode:
authorJ08nY2018-03-03 01:24:03 +0100
committerJ08nY2018-03-03 01:24:03 +0100
commitd53630043dedeef63a1ea8063c537a939d43afda (patch)
treea79f723623da515b6611cbe8d8896ff829f289c7 /src/math/koblitz.h
parent1f0f281a8a0ee8d4114a7f1df6c762f20e935746 (diff)
downloadecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.gz
ecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.zst
ecgen-d53630043dedeef63a1ea8063c537a939d43afda.zip
Diffstat (limited to 'src/math/koblitz.h')
-rw-r--r--src/math/koblitz.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/math/koblitz.h b/src/math/koblitz.h
index f1b87d2..8122c44 100644
--- a/src/math/koblitz.h
+++ b/src/math/koblitz.h
@@ -2,8 +2,8 @@
* ecgen, tool for generating Elliptic curve domain parameters
* Copyright (C) 2017-2018 J08nY
*/
-#ifndef ECGEN_KOBLITZ_H
-#define ECGEN_KOBLITZ_H
+#ifndef ECGEN_MATH_KOBLITZ_H
+#define ECGEN_MATH_KOBLITZ_H
#include <stdbool.h>
#include "misc/types.h"
@@ -37,4 +37,4 @@ const koblitz_t *koblitz_find(unsigned int m, unsigned int a);
*/
GEN koblitz_get_order(unsigned int m, unsigned int a);
-#endif // ECGEN_KOBLITZ_H
+#endif // ECGEN_MATH_KOBLITZ_H