diff options
Diffstat (limited to 'implementations/vhdl/add_vhdltbc/decrypt/i-128/const_pack.vhd')
| -rw-r--r-- | implementations/vhdl/add_vhdltbc/decrypt/i-128/const_pack.vhd | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/implementations/vhdl/add_vhdltbc/decrypt/i-128/const_pack.vhd b/implementations/vhdl/add_vhdltbc/decrypt/i-128/const_pack.vhd deleted file mode 100644 index f3c3661..0000000 --- a/implementations/vhdl/add_vhdltbc/decrypt/i-128/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 := 32; - constant TWEAK_LEN : integer := 192; - constant KEY_LEN : integer := 128; -end const_pack;
\ No newline at end of file |
