package pkcs11

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

Module P11_ecdh1_derive_paramsSource

Sourcetype t = {
  1. kdf : P11_ec_kdf.t;
  2. shared_data : string option;
  3. public_data : P11_hex_data.t;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or