From 8232e1557a874b799d1f6afcb54272071f8f5d9a Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 12 Feb 2019 11:15:50 +0100 Subject: Correction des descriptions des implémentations du tweakey schedule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les renommages récents les ont chamboulées un peu. --- src/ref/tweakey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ref/tweakey.c') diff --git a/src/ref/tweakey.c b/src/ref/tweakey.c index 3e8243c..7019037 100644 --- a/src/ref/tweakey.c +++ b/src/ref/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 functions expressing the exponentiated matrices with shifts and XORs. +by applying functions for M and M_R n times. */ #include -- cgit v1.2.3