lilliput-ae-reference-implementation

Implementations of Lilliput-AE submitted to the NIST LWC standardization process
git clone https://git.kevinlegouguec.net/lilliput-ae-reference-implementation
Log | Files | Refs | README

commit 35935f0a2ac2df9d71aa767cadbf5ae23396ad2d
parent ff54e8b4a758d35f4a1d4e0b0303092e7d96da0e
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Tue,  5 Feb 2019 08:47:41 +0100

Correction de coquilles de documentation

Diffstat:
MREADME.md | 2+-
Mtest/test-helpers.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -23,7 +23,7 @@ Each implementation folder contains: - `lilliput-ae.h`: main API - `lilliput-ae-i.c`: implementation of Lilliput-Ⅰ (ΘCB3-based) -- `lilliput-ae-i.c`: implementation of Lilliput-Ⅱ (SCT-2-based) +- `lilliput-ae-ii.c`: implementation of Lilliput-Ⅱ (SCT-2-based) - `ae-common.h`: internal helper functions used by both AE schemes - `tweakey.*`: implementation of Lilliput-TBC's tweakey schedule - `cipher.*`: implementation of the tweakable block-cipher diff --git a/test/test-helpers.h b/test/test-helpers.h @@ -21,7 +21,7 @@ } while (0) -/* Used to update vectors when constants change. */ +/* Used to update vectors when the specification changes. */ static inline void dump_c_initializer(size_t len, uint8_t buf[len]) { printf("{\n");