crypto

Module hkdf

Source
Expand description

This module implements the HMAC-based Extract-and-Expand Key Derivation Function as specified by https://tools.ietf.org/html/rfc5869.

Functionsยง

  • Execute the HKDF-Expand function. Applications MUST NOT use this for password hashing.
  • Execute the HKDF-Extract function. Applications MUST NOT use this for password hashing.