summaryrefslogtreecommitdiff
path: root/traces
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-13 17:54:06 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-13 17:54:06 +0100
commit35f637aa76a6370aff4f6812d9bfeb9c0c371ec7 (patch)
tree438810c49d3140a074abc164c9e29023742c64e2 /traces
parentec5c219519c4ebeb83e43725f9de3162bf7d5552 (diff)
parent3e4096b266e623ec8c3a82bf688a980453db44a3 (diff)
downloadlilliput-ae-implem-35f637aa76a6370aff4f6812d9bfeb9c0c371ec7.tar.xz
Merge branch 'alpha-reformulation' into 'master'
Reformulations des considérations d'implémentation sur le tweakey schedule See merge request paclido/sp3!11
Diffstat (limited to 'traces')
-rw-r--r--traces/traces-tbc.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/traces/traces-tbc.patch b/traces/traces-tbc.patch
index ca776a1..fca6da1 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
- functions expressing the exponentiated matrices with shifts and XORs.
+ by applying functions for M and M_R n times.
*/
+#include "debug.h"