= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package pkcs11
-
pkcs11
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
hashAlg : P11_mechanism_type.t;
mgf : P11_rsa_pkcs_mgf_type.t;
src : P11_hex_data.t option;
}
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