summaryrefslogtreecommitdiff
path: root/implementations/vhdl/add_vhdltbc/encrypt/ii-128/const_pack.vhd
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-26 15:20:53 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-26 15:44:53 +0100
commitef905e42e625f54ed5b9d9042387d9a8e2510fa0 (patch)
tree2a59d03ecb22c3d09a8ac2c438adc7aa464ad33d /implementations/vhdl/add_vhdltbc/encrypt/ii-128/const_pack.vhd
parenta555bb68a86a8d57cd3cae3d5e3c14acfda6fd6d (diff)
downloadlilliput-ae-implem-ef905e42e625f54ed5b9d9042387d9a8e2510fa0.tar.xz
[implem-vhdl] Déplacement dans SOUMISSION_NIST
Diffstat (limited to 'implementations/vhdl/add_vhdltbc/encrypt/ii-128/const_pack.vhd')
-rw-r--r--implementations/vhdl/add_vhdltbc/encrypt/ii-128/const_pack.vhd17
1 files changed, 0 insertions, 17 deletions
diff --git a/implementations/vhdl/add_vhdltbc/encrypt/ii-128/const_pack.vhd b/implementations/vhdl/add_vhdltbc/encrypt/ii-128/const_pack.vhd
deleted file mode 100644
index 064663a..0000000
--- a/implementations/vhdl/add_vhdltbc/encrypt/ii-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 := 128;
- constant KEY_LEN : integer := 128;
-end const_pack; \ No newline at end of file