commit 265340a0542c1f9d46621258989a8c18249a028f
parent f403a3a70574c1cfe80efbba39f09fe4853e2ab9
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date: Wed, 12 Dec 2018 09:04:57 +0100
Mise à jour du README de l'implémentation
Les constantes ont été ventilées dans les modules qui s'en
servent (tweakey.c, cipher.c).
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -17,10 +17,6 @@ Contains parameter-independent code for the reference implementation:
- `tweakey.*`: implementation of Lilliput-TBC's tweakey schedule
- `cipher.*`: implementation of the tweakable block-cipher
Lilliput-TBC
-- `constants.*`: tabulated data for
- - the tweakey schedule's permutation h
- - the tweakey schedule's multiplication sequences P~1~ to P~6~
- - Lilliput-TBC's S-box
- `parameters.h`: byte sizes for inputs and outputs (depends on
parameter-dependent `_parameters.h` files)