From f5b60f2336b080d6bcb15e456bb21e6aba391b76 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 13 Feb 2022 21:55:21 +0100 Subject: Fixup tracing patches Leftover of the original repo's history. --- traces/traces-tbc.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'traces/traces-tbc.patch') diff --git a/traces/traces-tbc.patch b/traces/traces-tbc.patch index 22aaedd..db6880c 100644 --- a/traces/traces-tbc.patch +++ b/traces/traces-tbc.patch @@ -1,7 +1,7 @@ -diff --git a/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/cipher.c b/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/cipher.c +diff --git a/src/ref/cipher.c b/src/ref/cipher.c index b6b309e..011bc70 100644 ---- a/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/cipher.c -+++ b/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/cipher.c +--- a/src/ref/cipher.c ++++ b/src/ref/cipher.c @@ -17,6 +17,8 @@ http://creativecommons.org/publicdomain/zero/1.0/ This file provides the implementation for Lilliput-TBC. */ @@ -108,10 +108,10 @@ index b6b309e..011bc70 100644 _one_round_egfn(X, RTK[ROUNDS-1], PERMUTATION_NONE); memcpy(ciphertext, X, BLOCK_BYTES); -diff --git a/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/tweakey.c b/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/tweakey.c +diff --git a/src/ref/tweakey.c b/src/ref/tweakey.c index 510f35a..4bf027c 100644 ---- a/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/tweakey.c -+++ b/SOUMISSION_NIST/REFERENCE_IMPLEMENTATION/src/ref/tweakey.c +--- a/src/ref/tweakey.c ++++ b/src/ref/tweakey.c @@ -17,6 +17,8 @@ http://creativecommons.org/publicdomain/zero/1.0/ This file provides the implementation of Lilliput-TBC's tweakey schedule. */ -- cgit v1.2.3