summaryrefslogtreecommitdiff
path: root/src/ref
diff options
context:
space:
mode:
Diffstat (limited to 'src/ref')
-rw-r--r--src/ref/tweakey.c2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>