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 999b462bb9926d655c753263679227a8eac34fe8
parent f15ea118e3f5bb785ebb21290787a7e93c9b785c
Author: Gaetan Leplus <gaetan.leplus@airbus.com>
Date:   Tue,  9 Jul 2019 15:05:09 +0200

Ajout du testbench auto-testant dans le changelog

Diffstat:
MCHANGELOG.txt | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt @@ -114,7 +114,10 @@ See [spec] and [break] changes in reference implementation. Further changes: - Reduction of the number of signals. (chiffrement.vhd) - + + - Add self-checking testbench. + (top_tb.vhd) + - Pipeline RoundTweakey extraction and round function. (roundexe_lilliput.vhd, machine_etat_chiffrement.vhd)