diff options
Diffstat (limited to 'src/add_tweakeysequences')
| -rw-r--r-- | src/add_tweakeysequences/tweakey.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/add_tweakeysequences/tweakey.c b/src/add_tweakeysequences/tweakey.c index 3ff6bb5..9d9e4da 100644 --- a/src/add_tweakeysequences/tweakey.c +++ b/src/add_tweakeysequences/tweakey.c @@ -13,9 +13,9 @@ 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 is performed by -functions expressing the exponentiated matrices with shifts and XORs, with -8×8 matrices M_1, M_2, M_3 and M_4 pre-computed as lookup tables. +where multiplications by matrices M and M_R to the power n are performed +by functions expressing the exponentiated matrices with shifts and XORs, +with 8×8 matrices M_1, M_2, M_3 and M_4 pre-computed as lookup tables. */ #include <stdint.h> |
