package kdf

  1. Overview
  2. Docs
Key Derivation Functions: HKDF RFC 5869, PBKDF RFC 2898, SCRYPT RFC 7914

Install

dune-project
 Dependency

Authors

Maintainers

Sources

kdf-1.1.2.tbz
sha256=a327e1daab2d367d75b2fba85f5e827886295225f94c09e68e24a2e2a7508100
sha512=1f644f6a3dc734d981e1867ad6b5662c0d5e10b71b02029f7998cb54aaf037f2e03e9b5f1562e98862ba3d492d5b78b898d126fab46ed030653adbb43ff509dd

Description

A pure OCaml implementation of scrypt, PBKDF 1 and 2 as defined by PKCS#5, and HKDF.

Added to opam-repository:

README

kdf - Key Derivation Functions

This repository provides multiple already specified key derivation functions in and for OCaml:

Documentation

API Documentation

Installation

opam install kdf will install the latest released version.

Dependencies (4)

  1. mirage-crypto >= "1.0.0"
  2. digestif >= "1.2.0"
  3. dune >= "1.8.0"
  4. ocaml >= "4.13.0"

Dev Dependencies (2)

  1. ohex with-test & >= "0.2.0"
  2. alcotest with-test & >= "0.8.1"

Used by (5)

  1. builder-web >= "0.2.0"
  2. curve448
  3. hpke
  4. tls >= "1.0.4"
  5. x509 >= "1.0.6"

Conflicts

None