package pkcs11

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file p11_ecdh1_derive_params.ml

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]