Source file p11_rsa_pkcs_pss_params.ml

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