From 1989002054111cc5301f9aa229957cbd59a9e2f5 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 20 Feb 2019 17:30:10 +0100 Subject: Changement de l'implémentation de référence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Et suppression de l'implémentation add_tweakeysequences, qui n'a plus aucun intérêt (plus lente et plus grosse que les deux autres). --- traces/traces-tbc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'traces/traces-tbc.patch') diff --git a/traces/traces-tbc.patch b/traces/traces-tbc.patch index fca6da1..5dc749e 100644 --- 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 - by applying functions for M and M_R n times. + by functions expressing the exponentiated matrices with shifts and XORs. */ +#include "debug.h" -- cgit v1.2.3