summaryrefslogtreecommitdiff
path: root/src/ref/lilliput-ae-ii.c
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-12 10:29:31 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-12 10:33:27 +0100
commitff3c6e7f52c8eae698d11a55b8153dd4c61fad87 (patch)
treefee0b19ae759ad01f08ffc2684cfdda56653d0f9 /src/ref/lilliput-ae-ii.c
parentd2df2fbd5e21d1d12dda02e6553d3129d16498a3 (diff)
downloadlilliput-ae-implem-ff3c6e7f52c8eae698d11a55b8153dd4c61fad87.tar.xz
Ajout d'une déclaration de (renonciation aux) droits d'auteur
Avec une phrase de documentation en prime pour chaque fichier. Cf. issue #2.
Diffstat (limited to 'src/ref/lilliput-ae-ii.c')
-rw-r--r--src/ref/lilliput-ae-ii.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ref/lilliput-ae-ii.c b/src/ref/lilliput-ae-ii.c
index 6da73ac..862892c 100644
--- a/src/ref/lilliput-ae-ii.c
+++ b/src/ref/lilliput-ae-ii.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-misuse-resistant mode based on SCT-2.
+*/
+
#include <stdbool.h>
#include <stdint.h>
#include <string.h>