summaryrefslogtreecommitdiff
path: root/src/ii-256
diff options
context:
space:
mode:
Diffstat (limited to 'src/ii-256')
-rw-r--r--src/ii-256/parameters.h (renamed from src/ii-256/_parameters.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ii-256/_parameters.h b/src/ii-256/parameters.h
index 8bd0430..1255859 100644
--- a/src/ii-256/_parameters.h
+++ b/src/ii-256/parameters.h
@@ -1,9 +1,9 @@
-#ifndef _PARAMETERS_H
-#define _PARAMETERS_H
+#ifndef PARAMETERS_H
+#define PARAMETERS_H
#define KEY_LENGTH_BITS 256
#define ROUNDS 42
#define TWEAK_LENGTH_BITS 128
-#endif /* _PARAMETERS_H */
+#endif /* PARAMETERS_H */