diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-12 09:04:57 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-12 09:04:57 +0100 |
| commit | 265340a0542c1f9d46621258989a8c18249a028f (patch) | |
| tree | 44d3cc937838d8e978dff05f0b27146786836a63 | |
| parent | f403a3a70574c1cfe80efbba39f09fe4853e2ab9 (diff) | |
| download | lilliput-ae-implem-265340a0542c1f9d46621258989a8c18249a028f.tar.xz | |
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).
| -rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |
