diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-20 17:30:10 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-20 17:35:21 +0100 |
| commit | 1989002054111cc5301f9aa229957cbd59a9e2f5 (patch) | |
| tree | 6894be748f1c7b1b65468c22b15d68e2711a0c6d /traces | |
| parent | 1ea3b9a3fe91c54c9be7dd7014f3af0c861260c3 (diff) | |
| download | lilliput-ae-implem-1989002054111cc5301f9aa229957cbd59a9e2f5.tar.xz | |
Changement de l'implémentation de référence
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).
Diffstat (limited to 'traces')
| -rw-r--r-- | traces/traces-tbc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
