summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/api.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/api.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/api.h b/crypto_aead/lilliputaei128v1/ref/api.h
new file mode 100644
index 0000000..80dc20c
--- /dev/null
+++ b/crypto_aead/lilliputaei128v1/ref/api.h
@@ -0,0 +1,13 @@
+#ifndef API_H
+#define API_H
+
+#include "parameters.h"
+
+
+#define CRYPTO_KEYBYTES KEY_BYTES
+#define CRYPTO_NSECBYTES 0
+#define CRYPTO_NPUBBYTES NONCE_BYTES
+#define CRYPTO_ABYTES BLOCK_BYTES
+#define CRYPTO_NOOVERLAP 1
+
+#endif /* API_H */