package pkcs11

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

Module P11_pkcs5_pbkd2_data_paramsSource

Sourcetype t = {
  1. saltSource : P11_pkcs5_pbkdf2_salt_source_type.t;
  2. saltSourceData : string option;
  3. iterations : int;
  4. prf : P11_pkcs5_pbkd2_pseudo_random_function_type.t;
  5. prfData : string option;
  6. password : string;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.