lilliput-ae-reference-implementation

Implementations of Lilliput-AE submitted to the NIST LWC standardization process
git clone https://git.kevinlegouguec.net/lilliput-ae-reference-implementation
Log | Files | Refs | README

commit 6f4b0b2507fd38e940eef0aee548559c7f1200eb
parent b2c44b385e5f944fb5bcc6a700eee6a8c7e272b6
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Tue, 16 Jul 2019 13:54:34 +0200

Quelques corrections dans le changelog des implémentations

Diffstat:
MCHANGELOG.txt | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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.