diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-12 12:57:11 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-02-12 12:57:11 +0100 |
| commit | ec5c219519c4ebeb83e43725f9de3162bf7d5552 (patch) | |
| tree | c82c39cc92c5aec34b7f41bea88f9bd3cf1d0bb3 /src/add_tweakeyloop | |
| parent | d91a6f5268371e10a6ed72a70fa665fc6ea8696b (diff) | |
| download | lilliput-ae-implem-ec5c219519c4ebeb83e43725f9de3162bf7d5552.tar.xz | |
Correction de grammaire
Diffstat (limited to 'src/add_tweakeyloop')
| -rw-r--r-- | src/add_tweakeyloop/tweakey.c | 4 |
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> |
