diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-05-03 13:49:52 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-05-03 13:49:52 +0200 |
| commit | fc518356f9c638b9717f4c07f2973b7315cd8515 (patch) | |
| tree | 25469dcb09055b4e3518fc741ba66d312a055963 | |
| parent | 85547bf58f9f26c33fb66da0246c6bfbee46a72e (diff) | |
| download | lilliput-ae-implem-fc518356f9c638b9717f4c07f2973b7315cd8515.tar.xz | |
Correction d'un commentaire du mode ΘCB3
| -rw-r--r-- | src/ref/lilliput-i.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ref/lilliput-i.c b/src/ref/lilliput-i.c index 11fdc45..404abea 100644 --- a/src/ref/lilliput-i.c +++ b/src/ref/lilliput-i.c @@ -44,7 +44,7 @@ static void _fill_msg_tweak( * - bits [ 1, t-|N|-4]: block index * [ 1, s]: actual block index * [ s+1, t-|N|-4]: 0-padding - * - bits [t-|N|-4, t-4]: nonce + * - bits [t-|N|-3, t-4]: nonce * - bits [ t-3, t]: 4-bit prefix */ |
