-- 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/libraryIEEE;librarywork;useIEEE.STD_LOGIC_1164.ALL;packageconst_packisconstantROUND_NB:integer;constantTWEAK_LEN:integer;constantKEY_LEN:integer;endconst_pack;packagebodyconst_packisconstantROUND_NB:integer:=36;constantTWEAK_LEN:integer:=128;constantKEY_LEN:integer:=192;endconst_pack;