package pkcs11

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file p11_rsa_pkcs_pss_params.ml

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