From 9ab117657e31caea75e11170470efc7a02011e84 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 26 Mar 2019 16:12:59 +0100 Subject: [implem-vhdl] Ajout d'un entête avec auteurs et dédicace CC0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/add_vhdltbc/decrypt/ii-192/const_pack.vhd | 10 ++++++++++ src/add_vhdltbc/decrypt/ii-192/tb/top_tb.vhd | 10 ++++++++++ 2 files changed, 20 insertions(+) (limited to 'src/add_vhdltbc/decrypt/ii-192') diff --git a/src/add_vhdltbc/decrypt/ii-192/const_pack.vhd b/src/add_vhdltbc/decrypt/ii-192/const_pack.vhd index 30aff46..94f9893 100644 --- a/src/add_vhdltbc/decrypt/ii-192/const_pack.vhd +++ b/src/add_vhdltbc/decrypt/ii-192/const_pack.vhd @@ -1,3 +1,13 @@ +-- Implementation of the Lilliput-TBC tweakable block cipher by the +-- Lilliput-AE team, hereby denoted as "the implementer". +-- +-- For more information, feedback or questions, refer to our website: +-- https://paclido.fr/lilliput-ae +-- +-- To the extent possible under law, the implementer has waived all copyright +-- and related or neighboring rights to the source code in this file. +-- http://creativecommons.org/publicdomain/zero/1.0/ + library IEEE; library work; use IEEE.STD_LOGIC_1164.ALL; diff --git a/src/add_vhdltbc/decrypt/ii-192/tb/top_tb.vhd b/src/add_vhdltbc/decrypt/ii-192/tb/top_tb.vhd index 0b1fa3a..74d8003 100644 --- a/src/add_vhdltbc/decrypt/ii-192/tb/top_tb.vhd +++ b/src/add_vhdltbc/decrypt/ii-192/tb/top_tb.vhd @@ -1,3 +1,13 @@ +-- Implementation of the Lilliput-TBC tweakable block cipher by the +-- Lilliput-AE team, hereby denoted as "the implementer". +-- +-- For more information, feedback or questions, refer to our website: +-- https://paclido.fr/lilliput-ae +-- +-- To the extent possible under law, the implementer has waived all copyright +-- and related or neighboring rights to the source code in this file. +-- http://creativecommons.org/publicdomain/zero/1.0/ + library IEEE; library work; use IEEE.numeric_std.all; -- cgit v1.2.3