package pkcs11

  1. Overview
  2. Docs
Bindings to the PKCS#11 cryptographic API

Install

Dune Dependency

Authors

Maintainers

Sources

pkcs11-0.13.0.tbz
sha256=310783c453276d8715a2af130ebd68684e7e324f6015c84c96bd87310595289b
md5=0b76e1688d037f270886cdd7c9980a86

doc/pkcs11/P11_rsa_pkcs_pss_params/index.html

Module P11_rsa_pkcs_pss_params

type t = {
  1. hashAlg : P11_mechanism_type.t;
  2. mgf : P11_rsa_pkcs_mgf_type.t;
  3. sLen : P11_ulong.t;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
OCaml

Innovation. Community. Security.