Module P11_ecmqv_derive_params

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 equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val to_yojson : t -> Yojson.Safe.t