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 89a026b31fa8a65c756eed53cada41fab99d2edc
parent 4a43b7c66d3f5e0e7933391921c2dba2eec84426
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Tue, 26 Mar 2019 14:43:02 +0100

[implem-vhdl] Correction d'un vecteur de test

Diffstat:
Mimplementations/vhdl/Encrypt/lilliputtbcii128v1/tb/top_tb.vhd | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/implementations/vhdl/Encrypt/lilliputtbcii128v1/tb/top_tb.vhd b/implementations/vhdl/Encrypt/lilliputtbcii128v1/tb/top_tb.vhd @@ -73,9 +73,9 @@ tweak_i_s <= X"0F0E0D0C0B0A09080706050403020100"; ----RESULT X"4ecbf0236fbf05cefff41d9900efab8a"; ---------KEY256 TWEAK192---------- -data_i_s <= X"0F0E0D0C0B0A09080706050403020100"; -key_i_s <= X"1f1e1d1c1b1a191817161514131211100F0E0D0C0B0A09080706050403020100"; -tweak_i_s <= X"17161514131211100F0E0D0C0B0A09080706050403020100"; +--data_i_s <= X"0F0E0D0C0B0A09080706050403020100"; +--key_i_s <= X"1f1e1d1c1b1a191817161514131211100F0E0D0C0B0A09080706050403020100"; +--tweak_i_s <= X"17161514131211100F0E0D0C0B0A09080706050403020100"; --RESULT X"3084f49f1927b4c090f9612718ff35d3"; clock_i_s <= not(clock_i_s) after 100 ns;