package tezos-client-base

  1. Overview
  2. Docs
module 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.

Given a Hash/pseudorandom function, get the PBKDF

module SHA256 : S
module SHA512 : S