p11_ecdh1_derive_params.ml
pkcs11
1 2 3 4 5 6 type t = { kdf: P11_ec_kdf.t ; shared_data: string option ; public_data: P11_hex_data.t } [@@deriving eq,ord,show,yojson]
1 2 3 4 5 6
type t = { kdf: P11_ec_kdf.t ; shared_data: string option ; public_data: P11_hex_data.t } [@@deriving eq,ord,show,yojson]