package octez-shell-libs

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

Module Tezos_client_base.PbkdfSource

Sourcemodule type S = sig ... end

RFC 2898 specifies two password-based key derivation functions (PBKDF1 and PBKDF2), which are abstracted over a specific hash/pseudorandom function.

Sourcemodule Make (H : Tezos_crypto.Hacl.Hash.S) : S

Given a Hash/pseudorandom function, get the PBKDF

Sourcemodule SHA256 : S
Sourcemodule SHA512 : S
OCaml

Innovation. Community. Security.