diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-13 21:55:21 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-13 21:55:21 +0100 |
| commit | f5b60f2336b080d6bcb15e456bb21e6aba391b76 (patch) | |
| tree | 9c3f35aa4b45c852ccce2e62c1d061e6648d6660 /traces/traces-tbc.patch | |
| parent | 6800ab9d199d68401862d5c6eb639f30aaab554a (diff) | |
| download | lilliput-ae-implem-f5b60f2336b080d6bcb15e456bb21e6aba391b76.tar.xz | |
Leftover of the original repo's history.
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. */ |
