raw
eucrypt_ch11_serpent    1 -- S.MG, 2018
eucrypt_ch11_serpent 2
eucrypt_ch11_serpent 3 with Ada.Strings.Fixed;
eucrypt_ch11_serpent 4 use Ada.Strings.Fixed;
eucrypt_ch11_serpent 5
eucrypt_ch11_serpent 6 package Test_Serpent is
eucrypt_ch11_serpent 7 procedure test_from_file(filename: String);
eucrypt_ch11_serpent 8 procedure test_one;
eucrypt_ch11_serpent 9 end Test_Serpent;