= 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 = {
kdf : P11_ec_kdf.t;
shared_data : string option;
public_data : string;
private_data_len : P11_ulong.t;
private_data : P11_object_handle.t;
public_data2 : string;
public_key : P11_object_handle.t;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t