From 6a3f24bcbd5f93bac8ee231085f1d37000d927d0 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 27 Mar 2019 16:48:04 +0100 Subject: Quelques corrections de dernière minute sur les implems VHDL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/add_vhdltbc/encrypt/crypt_pack.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/add_vhdltbc/encrypt') diff --git a/src/add_vhdltbc/encrypt/crypt_pack.vhd b/src/add_vhdltbc/encrypt/crypt_pack.vhd index 666e296..026ad14 100644 --- a/src/add_vhdltbc/encrypt/crypt_pack.vhd +++ b/src/add_vhdltbc/encrypt/crypt_pack.vhd @@ -28,7 +28,7 @@ package crypt_pack is subtype bit_tweak is std_logic_vector(TWEAK_LEN-1 downto 0); subtype bit_key is std_logic_vector(KEY_LEN-1 downto 0); subtype bit_tweak_key is std_logic_vector((TWEAK_LEN+KEY_LEN)-1 downto 0); - + subtype bit_data is std_logic_vector((TWEAK_LEN+KEY_LEN)-1 downto 0); type row_state is array(0 to 3) of bit8; type type_state is array(0 to 3) of row_state; -- cgit v1.2.3