-- S.MG, 2018 with Raw_Types; package Test_RSA_OAEP is procedure test_char_array; procedure test_oaep; -- test oaep only procedure test_rsa; -- test rsa only procedure test_rsa_oaep; -- test rsa+oaep procedure Hex2Octets( Hex: in String; O: out Raw_Types.Octets ); procedure PrintOctets( O: in Raw_Types.Octets; Title: in String ); end Test_RSA_OAEP;