summaryrefslogtreecommitdiff
path: root/src/ref/lilliput-ae-i.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ref/lilliput-ae-i.c')
-rw-r--r--src/ref/lilliput-ae-i.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ref/lilliput-ae-i.c b/src/ref/lilliput-ae-i.c
index 7770c24..2754fbb 100644
--- a/src/ref/lilliput-ae-i.c
+++ b/src/ref/lilliput-ae-i.c
@@ -1,3 +1,20 @@
+/*
+Implementation of the Lilliput-AE tweakable block cipher.
+
+Author: Kévin Le Gouguec, 2019.
+
+For more information, feedback or questions, refer to our website:
+https://paclido.fr/lilliput-ae
+
+To the extent possible under law, the implementer has waived all copyright
+and related or neighboring rights to the source code in this file.
+http://creativecommons.org/publicdomain/zero/1.0/
+
+---
+
+This file implements Lilliput-AE's nonce-respecting mode based on ΘCB3.
+*/
+
#include <stdbool.h>
#include <stdint.h>
#include <string.h>