raw
smg_comms_rsa_oaep      1  -- S.MG, 2018
smg_comms_rsa_oaep 2
smg_comms_80cols 3 with Raw_Types;
smg_comms_80cols 4 with RSA_OAEP;
smg_comms_rsa_oaep 5
smg_comms_rsa_oaep 6 package Test_RSA_OAEP is
smg_comms_rsa_oaep 7 procedure test_char_array;
smg_comms_rsa_oaep 8 procedure test_oaep; -- test oaep only
smg_comms_rsa_oaep 9 procedure test_rsa; -- test rsa only
smg_comms_rsa_oaep 10 procedure test_rsa_oaep; -- test rsa+oaep
smg_comms_rsa_oaep 11
smg_comms_rsa_oaep 12 procedure PrintOctets( O: in Raw_Types.Octets; Title: in String );
smg_comms_rsa_oaep 13 end Test_RSA_OAEP;