summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-12 09:04:57 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-12 09:04:57 +0100
commit265340a0542c1f9d46621258989a8c18249a028f (patch)
tree44d3cc937838d8e978dff05f0b27146786836a63
parentf403a3a70574c1cfe80efbba39f09fe4853e2ab9 (diff)
downloadlilliput-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.md4
1 files changed, 0 insertions, 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)