summaryrefslogtreecommitdiff
path: root/src/i-256
diff options
context:
space:
mode:
Diffstat (limited to 'src/i-256')
-rw-r--r--src/i-256/_parameters.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/i-256/_parameters.h b/src/i-256/_parameters.h
new file mode 100644
index 0000000..d948ac5
--- /dev/null
+++ b/src/i-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 192
+
+#endif /* _PARAMETERS_H */