summaryrefslogtreecommitdiff
path: root/src/ii-256/parameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ii-256/parameters.h')
-rw-r--r--src/ii-256/parameters.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ii-256/parameters.h b/src/ii-256/parameters.h
new file mode 100644
index 0000000..1255859
--- /dev/null
+++ b/src/ii-256/parameters.h
@@ -0,0 +1,9 @@
+#ifndef PARAMETERS_H
+#define PARAMETERS_H
+
+#define KEY_LENGTH_BITS 256
+#define ROUNDS 42
+
+#define TWEAK_LENGTH_BITS 128
+
+#endif /* PARAMETERS_H */