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 8232e1557a874b799d1f6afcb54272071f8f5d9a
parent 7d7b662a640c4eebe528914fecc794a3868a5952
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Tue, 12 Feb 2019 11:15:50 +0100

Correction des descriptions des implémentations du tweakey schedule

Les renommages récents les ont chamboulées un peu.

Diffstat:
Msrc/add_tweakeyunrolled/tweakey.c | 2+-
Msrc/ref/tweakey.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/add_tweakeyunrolled/tweakey.c b/src/add_tweakeyunrolled/tweakey.c @@ -14,7 +14,7 @@ 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 are performed -by applying functions for M and M_R n times. +by functions expressing the exponentiated matrices with shifts and XORs. */ #include <stdint.h> diff --git a/src/ref/tweakey.c b/src/ref/tweakey.c @@ -14,7 +14,7 @@ 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 are performed -by functions expressing the exponentiated matrices with shifts and XORs. +by applying functions for M and M_R n times. */ #include <stdint.h>