From 33d7443d638e6e615fae3c68ad9bea441630a326 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 16 Jul 2019 13:54:34 +0200 Subject: Quelques corrections dans le changelog des implémentations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1592a74..ec93304 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,7 +15,7 @@ ref - Introduce helper function copy_block_index() to make tweak-building functions more legible. (lilliput-ae-utils.h, lilliput-i.c, lilliput-ii.c) -- Initialize ΘCB3 tweak with nonce instead of copying the latter into the latter repeatedly. +- Initialize ΘCB3 tweak with nonce instead of copying the latter into the former repeatedly. (lilliput-i.c) - Re-write _nonlinear_layer() and _linear_layer() functions to better resemble the specification. @@ -111,13 +111,13 @@ See [spec] and [break] changes in reference implementation. Further changes: - lane 6: inv(M_R)^3 (unchanged) (inv_multiplication.vhd) -- Merge Sbox in one file. +- Merge S-box in one file. (sbox.vhd, inner_sbox_a.vhd, inner_sbox_b, vhd,inner_sbox_c.vhd) - Create registers in file roundexe_lilliput.vhd. (state_key_register.vhd, state_register.vhd, roundexe_lilliput) -- Reduction of the number of signals. +- Reduce the number of signals. (chiffrement.vhd) - Add self-checking testbench. -- cgit v1.2.3