diff options
Diffstat (limited to 'traces/traces-tbc.patch')
| -rw-r--r-- | traces/traces-tbc.patch | 12 |
1 files changed, 6 insertions, 6 deletions
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. */ |
