From ef905e42e625f54ed5b9d9042387d9a8e2510fa0 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 26 Mar 2019 15:20:53 +0100 Subject: [implem-vhdl] Déplacement dans SOUMISSION_NIST MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vhdl/add_vhdltbc/decrypt/i-192/const_pack.vhd | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 implementations/vhdl/add_vhdltbc/decrypt/i-192/const_pack.vhd (limited to 'implementations/vhdl/add_vhdltbc/decrypt/i-192/const_pack.vhd') diff --git a/implementations/vhdl/add_vhdltbc/decrypt/i-192/const_pack.vhd b/implementations/vhdl/add_vhdltbc/decrypt/i-192/const_pack.vhd deleted file mode 100644 index 9749825..0000000 --- a/implementations/vhdl/add_vhdltbc/decrypt/i-192/const_pack.vhd +++ /dev/null @@ -1,17 +0,0 @@ -library IEEE; -library work; -use IEEE.STD_LOGIC_1164.ALL; - - -package const_pack is - constant ROUND_NB : integer; - constant TWEAK_LEN : integer; - constant KEY_LEN : integer; -end const_pack; - - -package body const_pack is - constant ROUND_NB : integer := 36; - constant TWEAK_LEN : integer := 192; - constant KEY_LEN : integer := 192; -end const_pack; \ No newline at end of file -- cgit v1.2.3