summaryrefslogtreecommitdiff
path: root/src/add_tweakeyloop
diff options
context:
space:
mode:
Diffstat (limited to 'src/add_tweakeyloop')
-rw-r--r--src/add_tweakeyloop/tweakey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/add_tweakeyloop/tweakey.c b/src/add_tweakeyloop/tweakey.c
index 57708d6..7019037 100644
--- a/src/add_tweakeyloop/tweakey.c
+++ b/src/add_tweakeyloop/tweakey.c
@@ -13,8 +13,8 @@ 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
-applying functions for M and M_R n times.
+where multiplications by matrices M and M_R to the power n are performed
+by applying functions for M and M_R n times.
*/
#include <stdint.h>