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 ec5c219519c4ebeb83e43725f9de3162bf7d5552
parent d91a6f5268371e10a6ed72a70fa665fc6ea8696b
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Tue, 12 Feb 2019 12:57:11 +0100

Correction de grammaire

Diffstat:
Msrc/add_tweakeyloop/tweakey.c | 4++--
Msrc/add_tweakeysequences/tweakey.c | 6+++---
Msrc/ref/tweakey.c | 4++--
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/add_tweakeyloop/tweakey.c b/src/add_tweakeyloop/tweakey.c @@ -13,8 +13,8 @@ http://creativecommons.org/publicdomain/zero/1.0/ --- This file provides an implementation of Lilliput-TBC's tweakey schedule, -where multiplications by matrices M and M_R to the power n is performed by -applying functions for M and M_R n times. +where multiplications by matrices M and M_R to the power n are performed +by applying functions for M and M_R n times. */ #include <stdint.h> diff --git a/src/add_tweakeysequences/tweakey.c b/src/add_tweakeysequences/tweakey.c @@ -13,9 +13,9 @@ http://creativecommons.org/publicdomain/zero/1.0/ --- This file provides an implementation of Lilliput-TBC's tweakey schedule, -where multiplications by matrices M and M_R to the power n is performed by -functions expressing the exponentiated matrices with shifts and XORs, with -8×8 matrices M_1, M_2, M_3 and M_4 pre-computed as lookup tables. +where multiplications by matrices M and M_R to the power n are performed +by functions expressing the exponentiated matrices with shifts and XORs, +with 8×8 matrices M_1, M_2, M_3 and M_4 pre-computed as lookup tables. */ #include <stdint.h> diff --git a/src/ref/tweakey.c b/src/ref/tweakey.c @@ -13,8 +13,8 @@ http://creativecommons.org/publicdomain/zero/1.0/ --- This file provides an implementation of Lilliput-TBC's tweakey schedule, -where multiplications by matrices M and M_R to the power n is performed by -functions expressing the exponentiated matrices with shifts and XORs. +where multiplications by matrices M and M_R to the power n are performed +by functions expressing the exponentiated matrices with shifts and XORs. */ #include <stdint.h>