Inherits sub_nibbles, rotate_mix_nibbles, and key_schedule.
Entities | |
behavioral | architecture |
Libraries | |
ieee |
Use Clauses | |
std_logic_1164 | |
numeric_std | |
util | Package <util> |
Generics | |
k | natural := 64 |
Ports | |
plaintext | in std_logic_vector ( 63 downto 0 ) |
key | in std_logic_vector ( k- 1 downto 0 ) |
clk | in std_logic |
reset | in std_logic |
ciphertext | out std_logic_vector ( 63 downto 0 ) |