Source file p11_rsa_pkcs_oaep_params.ml

1
2
3
4
5
type t =
  { hashAlg : P11_mechanism_type.t
  ; mgf : P11_rsa_pkcs_mgf_type.t
  ; src : P11_hex_data.t option }
[@@deriving eq, ord, show, yojson]