diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-12 11:15:50 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-12 12:59:53 +0100 |
| commit | 8232e1557a874b799d1f6afcb54272071f8f5d9a (patch) | |
| tree | 2fec5c00414319bf6e50bfa458c331f4c5a802e1 /src/add_tweakeyunrolled | |
| parent | 7d7b662a640c4eebe528914fecc794a3868a5952 (diff) | |
| download | lilliput-ae-implem-8232e1557a874b799d1f6afcb54272071f8f5d9a.tar.xz | |
Correction des descriptions des implémentations du tweakey schedule
Les renommages récents les ont chamboulées un peu.
Diffstat (limited to 'src/add_tweakeyunrolled')
| -rw-r--r-- | src/add_tweakeyunrolled/tweakey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/add_tweakeyunrolled/tweakey.c b/src/add_tweakeyunrolled/tweakey.c index d0a4eb7..45d938f 100644 --- a/src/add_tweakeyunrolled/tweakey.c +++ b/src/add_tweakeyunrolled/tweakey.c @@ -14,7 +14,7 @@ http://creativecommons.org/publicdomain/zero/1.0/ This file provides an implementation of Lilliput-TBC's tweakey schedule, where multiplications by matrices M and M_R to the power n are performed -by applying functions for M and M_R n times. +by functions expressing the exponentiated matrices with shifts and XORs. */ #include <stdint.h> |
