summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/_parameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/_parameters.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/_parameters.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/_parameters.h b/crypto_aead/lilliputaei128v1/ref/_parameters.h
new file mode 100644
index 0000000..08ce8c1
--- /dev/null
+++ b/crypto_aead/lilliputaei128v1/ref/_parameters.h
@@ -0,0 +1,9 @@
+#ifndef _PARAMETERS_H
+#define _PARAMETERS_H
+
+#define KEY_LENGTH_BITS 128
+#define ROUNDS 32
+
+#define TWEAK_LENGTH_BITS 192
+
+#endif /* _PARAMETERS_H */