package kdf

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

kdf 1.0.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

kdf.hkdf

Documentation:

  • Hkdf RFC 5869 specifies a HMAC-based Extract-and-Expand Key Derivation Function (HKDF), which is abstracted over a specific hash function.

kdf.pbkdf

Documentation:

kdf.scrypt

Documentation:

  • Scrypt The scrypt Password-Based Key Derivation Function specifies the password-based key derivation function scrypt. The function derives one or more secret keys from a secret string. It is based on memory-hard functions which offer added protection against attacks using custom hardware.
OCaml

Innovation. Community. Security.