From 265340a0542c1f9d46621258989a8c18249a028f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 12 Dec 2018 09:04:57 +0100 Subject: Mise à jour du README de l'implémentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les constantes ont été ventilées dans les modules qui s'en servent (tweakey.c, cipher.c). --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 3f2b776..2890604 100644 --- 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) -- cgit v1.2.3