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

Mise à jour des patchs de génération de traces

Diffstat:
Mtraces/traces-tbc.patch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traces/traces-tbc.patch b/traces/traces-tbc.patch @@ -121,7 +121,7 @@ index 39e5980..4cdcf2a 100644 --- a/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/tweakey.c +++ b/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/tweakey.c @@ -17,6 +17,8 @@ where multiplications by matrices M and M_R to the power n is performed by - functions expressing the exponentiated matrices with shifts and XORs. + by applying functions for M and M_R n times. */ +#include "debug.h"