package pkcs11

  1. Overview
  2. Docs
Bindings to the PKCS#11 cryptographic API

Install

Dune Dependency

Authors

Maintainers

Sources

pkcs11-0.11.0.tbz
sha256=29c05865d8dd6cd0553c1ceeb01b6728fc3d4bbbff80fee6e844767f9fe61102
md5=cd22eeb7d4e49601c6c7a34499eb8fbf

doc/pkcs11/P11_pkcs5_pbkd2_data_params/index.html

Module P11_pkcs5_pbkd2_data_params

type 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;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
OCaml

Innovation. Community. Security.