Module P11_rsa_pkcs_oaep_paramsSource

Sourcetype t = {
  1. hashAlg : P11_mechanism_type.t;
  2. mgf : P11_rsa_pkcs_mgf_type.t;
  3. src : P11_hex_data.t option;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t