diff options
Diffstat (limited to 'src/ref/lilliput-ae.h')
| -rw-r--r-- | src/ref/lilliput-ae.h | 18 |
1 files changed, 18 insertions, 0 deletions
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 |
