summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-05 09:00:43 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-05 09:00:43 +0100
commitbfafd1b3323ac543cae2d34f43e02b8b4373c36f (patch)
tree374ffca288420c5188a3344e382545600737b0a3 /README.md
parent35935f0a2ac2df9d71aa767cadbf5ae23396ad2d (diff)
downloadlilliput-ae-implem-bfafd1b3323ac543cae2d34f43e02b8b4373c36f.tar.xz
Renommage de ae-common.h en lilliput-ae-utils.h
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 864b8ba..92e90ef 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Each implementation folder contains:
- `lilliput-ae.h`: main API
- `lilliput-ae-i.c`: implementation of Lilliput-Ⅰ (ΘCB3-based)
- `lilliput-ae-ii.c`: implementation of Lilliput-Ⅱ (SCT-2-based)
-- `ae-common.h`: internal helper functions used by both AE schemes
+- `lilliput-ae-utils.h`: helper functions used by both AE schemes
- `tweakey.*`: implementation of Lilliput-TBC's tweakey schedule
- `cipher.*`: implementation of the tweakable block-cipher
Lilliput-TBC