From ff3c6e7f52c8eae698d11a55b8153dd4c61fad87 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 12 Feb 2019 10:29:31 +0100 Subject: Ajout d'une déclaration de (renonciation aux) droits d'auteur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avec une phrase de documentation en prime pour chaque fichier. Cf. issue #2. --- src/ref/lilliput-ae.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/ref/lilliput-ae.h') diff --git a/src/ref/lilliput-ae.h b/src/ref/lilliput-ae.h index 24bd7de..f2d7c82 100644 --- a/src/ref/lilliput-ae.h +++ b/src/ref/lilliput-ae.h @@ -1,3 +1,21 @@ +/* +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 provides the interface for both Lilliput-I and Lilliput-II, +implemented by lilliput-ae-i.c and lilliput-ae-ii.c respectively. +*/ + #ifndef LILLIPUT_AE_H #define LILLIPUT_AE_H -- cgit v1.2.3