lilliput-ae-reference-implementation

Implementations of Lilliput-AE submitted to the NIST LWC standardization process
git clone https://git.kevinlegouguec.net/lilliput-ae-reference-implementation
Log | Files | Refs | README

commit ef905e42e625f54ed5b9d9042387d9a8e2510fa0
parent a555bb68a86a8d57cd3cae3d5e3c14acfda6fd6d
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Tue, 26 Mar 2019 15:20:53 +0100

[implem-vhdl] Déplacement dans SOUMISSION_NIST

Diffstat:
Rimplementations/vhdl/add_vhdltbc/decrypt/chiffrement.vhd -> src/add_vhdltbc/decrypt/chiffrement.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/crypt_pack.vhd -> src/add_vhdltbc/decrypt/crypt_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/i-128/const_pack.vhd -> src/add_vhdltbc/decrypt/i-128/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/i-128/tb/top_tb.vhd -> src/add_vhdltbc/decrypt/i-128/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/i-192/const_pack.vhd -> src/add_vhdltbc/decrypt/i-192/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/i-192/tb/top_tb.vhd -> src/add_vhdltbc/decrypt/i-192/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/i-256/const_pack.vhd -> src/add_vhdltbc/decrypt/i-256/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/i-256/tb/top_tb.vhd -> src/add_vhdltbc/decrypt/i-256/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/ii-128/const_pack.vhd -> src/add_vhdltbc/decrypt/ii-128/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/ii-128/tb/top_tb.vhd -> src/add_vhdltbc/decrypt/ii-128/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/ii-192/const_pack.vhd -> src/add_vhdltbc/decrypt/ii-192/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/ii-192/tb/top_tb.vhd -> src/add_vhdltbc/decrypt/ii-192/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/ii-256/const_pack.vhd -> src/add_vhdltbc/decrypt/ii-256/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/ii-256/tb/top_tb.vhd -> src/add_vhdltbc/decrypt/ii-256/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/inner_sbox_a.vhd -> src/add_vhdltbc/decrypt/inner_sbox_a.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/inner_sbox_b.vhd -> src/add_vhdltbc/decrypt/inner_sbox_b.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/inner_sbox_c.vhd -> src/add_vhdltbc/decrypt/inner_sbox_c.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/inv_multiplication.vhd -> src/add_vhdltbc/decrypt/inv_multiplication.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/key_schedule.vhd -> src/add_vhdltbc/decrypt/key_schedule.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/machine_etat_chiffrement.vhd -> src/add_vhdltbc/decrypt/machine_etat_chiffrement.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/multiplications.vhd -> src/add_vhdltbc/decrypt/multiplications.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/roundexe_liliput.vhd -> src/add_vhdltbc/decrypt/roundexe_liliput.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/sbox.vhd -> src/add_vhdltbc/decrypt/sbox.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/state_key_register.vhd -> src/add_vhdltbc/decrypt/state_key_register.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/state_register.vhd -> src/add_vhdltbc/decrypt/state_register.vhd | 0
Rimplementations/vhdl/add_vhdltbc/decrypt/top.vhd -> src/add_vhdltbc/decrypt/top.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/chiffrement.vhd -> src/add_vhdltbc/encrypt/chiffrement.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/crypt_pack.vhd -> src/add_vhdltbc/encrypt/crypt_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/i-128/const_pack.vhd -> src/add_vhdltbc/encrypt/i-128/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/i-128/tb/top_tb.vhd -> src/add_vhdltbc/encrypt/i-128/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/i-192/const_pack.vhd -> src/add_vhdltbc/encrypt/i-192/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/i-192/tb/top_tb.vhd -> src/add_vhdltbc/encrypt/i-192/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/i-256/const_pack.vhd -> src/add_vhdltbc/encrypt/i-256/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/i-256/tb/top_tb.vhd -> src/add_vhdltbc/encrypt/i-256/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/ii-128/const_pack.vhd -> src/add_vhdltbc/encrypt/ii-128/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/ii-128/tb/top_tb.vhd -> src/add_vhdltbc/encrypt/ii-128/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/ii-192/const_pack.vhd -> src/add_vhdltbc/encrypt/ii-192/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/ii-192/tb/top_tb.vhd -> src/add_vhdltbc/encrypt/ii-192/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/ii-256/const_pack.vhd -> src/add_vhdltbc/encrypt/ii-256/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/ii-256/tb/top_tb.vhd -> src/add_vhdltbc/encrypt/ii-256/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/inner_sbox_a.vhd -> src/add_vhdltbc/encrypt/inner_sbox_a.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/inner_sbox_b.vhd -> src/add_vhdltbc/encrypt/inner_sbox_b.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/inner_sbox_c.vhd -> src/add_vhdltbc/encrypt/inner_sbox_c.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/key_schedule.vhd -> src/add_vhdltbc/encrypt/key_schedule.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/machine_etat_chiffrement.vhd -> src/add_vhdltbc/encrypt/machine_etat_chiffrement.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/multiplications.vhd -> src/add_vhdltbc/encrypt/multiplications.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/roundexe_liliput.vhd -> src/add_vhdltbc/encrypt/roundexe_liliput.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/sbox.vhd -> src/add_vhdltbc/encrypt/sbox.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/state_key_register.vhd -> src/add_vhdltbc/encrypt/state_key_register.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/state_register.vhd -> src/add_vhdltbc/encrypt/state_register.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encrypt/top.vhd -> src/add_vhdltbc/encrypt/top.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/chiffrement.vhd -> src/add_vhdltbc/encryptdecrypt/chiffrement.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/crypt_pack.vhd -> src/add_vhdltbc/encryptdecrypt/crypt_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/i-128/const_pack.vhd -> src/add_vhdltbc/encryptdecrypt/i-128/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/i-128/tb/top_tb.vhd -> src/add_vhdltbc/encryptdecrypt/i-128/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/i-192/const_pack.vhd -> src/add_vhdltbc/encryptdecrypt/i-192/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/i-192/tb/top_tb.vhd -> src/add_vhdltbc/encryptdecrypt/i-192/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/i-256/const_pack.vhd -> src/add_vhdltbc/encryptdecrypt/i-256/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/i-256/tb/top_tb.vhd -> src/add_vhdltbc/encryptdecrypt/i-256/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/ii-128/const_pack.vhd -> src/add_vhdltbc/encryptdecrypt/ii-128/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/ii-128/tb/top_tb.vhd -> src/add_vhdltbc/encryptdecrypt/ii-128/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/ii-192/const_pack.vhd -> src/add_vhdltbc/encryptdecrypt/ii-192/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/ii-192/tb/top_tb.vhd -> src/add_vhdltbc/encryptdecrypt/ii-192/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/ii-256/const_pack.vhd -> src/add_vhdltbc/encryptdecrypt/ii-256/const_pack.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/ii-256/tb/top_tb.vhd -> src/add_vhdltbc/encryptdecrypt/ii-256/tb/top_tb.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/inner_sbox_a.vhd -> src/add_vhdltbc/encryptdecrypt/inner_sbox_a.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/inner_sbox_b.vhd -> src/add_vhdltbc/encryptdecrypt/inner_sbox_b.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/inner_sbox_c.vhd -> src/add_vhdltbc/encryptdecrypt/inner_sbox_c.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/key_schedule.vhd -> src/add_vhdltbc/encryptdecrypt/key_schedule.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/machine_etat_chiffrement.vhd -> src/add_vhdltbc/encryptdecrypt/machine_etat_chiffrement.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/multiplications.vhd -> src/add_vhdltbc/encryptdecrypt/multiplications.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/roundexe_liliput.vhd -> src/add_vhdltbc/encryptdecrypt/roundexe_liliput.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/sbox.vhd -> src/add_vhdltbc/encryptdecrypt/sbox.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/state_key_register.vhd -> src/add_vhdltbc/encryptdecrypt/state_key_register.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/state_register.vhd -> src/add_vhdltbc/encryptdecrypt/state_register.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/store_rtk.vhd -> src/add_vhdltbc/encryptdecrypt/store_rtk.vhd | 0
Rimplementations/vhdl/add_vhdltbc/encryptdecrypt/top.vhd -> src/add_vhdltbc/encryptdecrypt/top.vhd | 0
77 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/implementations/vhdl/add_vhdltbc/decrypt/chiffrement.vhd b/src/add_vhdltbc/decrypt/chiffrement.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/crypt_pack.vhd b/src/add_vhdltbc/decrypt/crypt_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/i-128/const_pack.vhd b/src/add_vhdltbc/decrypt/i-128/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/i-128/tb/top_tb.vhd b/src/add_vhdltbc/decrypt/i-128/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/i-192/const_pack.vhd b/src/add_vhdltbc/decrypt/i-192/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/i-192/tb/top_tb.vhd b/src/add_vhdltbc/decrypt/i-192/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/i-256/const_pack.vhd b/src/add_vhdltbc/decrypt/i-256/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/i-256/tb/top_tb.vhd b/src/add_vhdltbc/decrypt/i-256/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/ii-128/const_pack.vhd b/src/add_vhdltbc/decrypt/ii-128/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/ii-128/tb/top_tb.vhd b/src/add_vhdltbc/decrypt/ii-128/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/ii-192/const_pack.vhd b/src/add_vhdltbc/decrypt/ii-192/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/ii-192/tb/top_tb.vhd b/src/add_vhdltbc/decrypt/ii-192/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/ii-256/const_pack.vhd b/src/add_vhdltbc/decrypt/ii-256/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/ii-256/tb/top_tb.vhd b/src/add_vhdltbc/decrypt/ii-256/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/inner_sbox_a.vhd b/src/add_vhdltbc/decrypt/inner_sbox_a.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/inner_sbox_b.vhd b/src/add_vhdltbc/decrypt/inner_sbox_b.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/inner_sbox_c.vhd b/src/add_vhdltbc/decrypt/inner_sbox_c.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/inv_multiplication.vhd b/src/add_vhdltbc/decrypt/inv_multiplication.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/key_schedule.vhd b/src/add_vhdltbc/decrypt/key_schedule.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/machine_etat_chiffrement.vhd b/src/add_vhdltbc/decrypt/machine_etat_chiffrement.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/multiplications.vhd b/src/add_vhdltbc/decrypt/multiplications.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/roundexe_liliput.vhd b/src/add_vhdltbc/decrypt/roundexe_liliput.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/sbox.vhd b/src/add_vhdltbc/decrypt/sbox.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/state_key_register.vhd b/src/add_vhdltbc/decrypt/state_key_register.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/state_register.vhd b/src/add_vhdltbc/decrypt/state_register.vhd diff --git a/implementations/vhdl/add_vhdltbc/decrypt/top.vhd b/src/add_vhdltbc/decrypt/top.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/chiffrement.vhd b/src/add_vhdltbc/encrypt/chiffrement.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/crypt_pack.vhd b/src/add_vhdltbc/encrypt/crypt_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/i-128/const_pack.vhd b/src/add_vhdltbc/encrypt/i-128/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/i-128/tb/top_tb.vhd b/src/add_vhdltbc/encrypt/i-128/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/i-192/const_pack.vhd b/src/add_vhdltbc/encrypt/i-192/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/i-192/tb/top_tb.vhd b/src/add_vhdltbc/encrypt/i-192/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/i-256/const_pack.vhd b/src/add_vhdltbc/encrypt/i-256/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/i-256/tb/top_tb.vhd b/src/add_vhdltbc/encrypt/i-256/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/ii-128/const_pack.vhd b/src/add_vhdltbc/encrypt/ii-128/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/ii-128/tb/top_tb.vhd b/src/add_vhdltbc/encrypt/ii-128/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/ii-192/const_pack.vhd b/src/add_vhdltbc/encrypt/ii-192/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/ii-192/tb/top_tb.vhd b/src/add_vhdltbc/encrypt/ii-192/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/ii-256/const_pack.vhd b/src/add_vhdltbc/encrypt/ii-256/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/ii-256/tb/top_tb.vhd b/src/add_vhdltbc/encrypt/ii-256/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/inner_sbox_a.vhd b/src/add_vhdltbc/encrypt/inner_sbox_a.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/inner_sbox_b.vhd b/src/add_vhdltbc/encrypt/inner_sbox_b.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/inner_sbox_c.vhd b/src/add_vhdltbc/encrypt/inner_sbox_c.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/key_schedule.vhd b/src/add_vhdltbc/encrypt/key_schedule.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/machine_etat_chiffrement.vhd b/src/add_vhdltbc/encrypt/machine_etat_chiffrement.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/multiplications.vhd b/src/add_vhdltbc/encrypt/multiplications.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/roundexe_liliput.vhd b/src/add_vhdltbc/encrypt/roundexe_liliput.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/sbox.vhd b/src/add_vhdltbc/encrypt/sbox.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/state_key_register.vhd b/src/add_vhdltbc/encrypt/state_key_register.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/state_register.vhd b/src/add_vhdltbc/encrypt/state_register.vhd diff --git a/implementations/vhdl/add_vhdltbc/encrypt/top.vhd b/src/add_vhdltbc/encrypt/top.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/chiffrement.vhd b/src/add_vhdltbc/encryptdecrypt/chiffrement.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/crypt_pack.vhd b/src/add_vhdltbc/encryptdecrypt/crypt_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/i-128/const_pack.vhd b/src/add_vhdltbc/encryptdecrypt/i-128/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/i-128/tb/top_tb.vhd b/src/add_vhdltbc/encryptdecrypt/i-128/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/i-192/const_pack.vhd b/src/add_vhdltbc/encryptdecrypt/i-192/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/i-192/tb/top_tb.vhd b/src/add_vhdltbc/encryptdecrypt/i-192/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/i-256/const_pack.vhd b/src/add_vhdltbc/encryptdecrypt/i-256/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/i-256/tb/top_tb.vhd b/src/add_vhdltbc/encryptdecrypt/i-256/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/ii-128/const_pack.vhd b/src/add_vhdltbc/encryptdecrypt/ii-128/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/ii-128/tb/top_tb.vhd b/src/add_vhdltbc/encryptdecrypt/ii-128/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/ii-192/const_pack.vhd b/src/add_vhdltbc/encryptdecrypt/ii-192/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/ii-192/tb/top_tb.vhd b/src/add_vhdltbc/encryptdecrypt/ii-192/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/ii-256/const_pack.vhd b/src/add_vhdltbc/encryptdecrypt/ii-256/const_pack.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/ii-256/tb/top_tb.vhd b/src/add_vhdltbc/encryptdecrypt/ii-256/tb/top_tb.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/inner_sbox_a.vhd b/src/add_vhdltbc/encryptdecrypt/inner_sbox_a.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/inner_sbox_b.vhd b/src/add_vhdltbc/encryptdecrypt/inner_sbox_b.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/inner_sbox_c.vhd b/src/add_vhdltbc/encryptdecrypt/inner_sbox_c.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/key_schedule.vhd b/src/add_vhdltbc/encryptdecrypt/key_schedule.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/machine_etat_chiffrement.vhd b/src/add_vhdltbc/encryptdecrypt/machine_etat_chiffrement.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/multiplications.vhd b/src/add_vhdltbc/encryptdecrypt/multiplications.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/roundexe_liliput.vhd b/src/add_vhdltbc/encryptdecrypt/roundexe_liliput.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/sbox.vhd b/src/add_vhdltbc/encryptdecrypt/sbox.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/state_key_register.vhd b/src/add_vhdltbc/encryptdecrypt/state_key_register.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/state_register.vhd b/src/add_vhdltbc/encryptdecrypt/state_register.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/store_rtk.vhd b/src/add_vhdltbc/encryptdecrypt/store_rtk.vhd diff --git a/implementations/vhdl/add_vhdltbc/encryptdecrypt/top.vhd b/src/add_vhdltbc/encryptdecrypt/top.vhd