summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 92e90ef..cd59350 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,9 @@ Contains two kinds of subfolders:
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)
- `lilliput-ae-utils.h`: helper functions used by both AE schemes
+- `lilliput-i.c`: implementation of Lilliput-Ⅰ (ΘCB3-based)
+- `lilliput-ii.c`: implementation of Lilliput-Ⅱ (SCT-2-based)
- `tweakey.*`: implementation of Lilliput-TBC's tweakey schedule
- `cipher.*`: implementation of the tweakable block-cipher
Lilliput-TBC