package hkdf

  1. Overview
  2. Docs
Extract-and-Expand Key Derivation Function (HKDF)

Install

Dune Dependency

Authors

Maintainers

Sources

hkdf-1.0.2.tbz
md5=91627b3d546eea255a42faf98d82dddc

Description

An implementation of HKDF using nocrypto, including test cases from the RFC.

Published: 18 Jul 2016

README

README.md

API Documentation

HMAC-based Extract-and-Expand Key Derivation Function (HKDF)

An implementation of HKDF using nocrypto, including test cases from the RFC.

Dependencies (6)

  1. nocrypto >= "0.5.0"
  2. cstruct >= "1.6.0"
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml >= "4.01.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (1)

  1. tls >= "0.12.0"

Conflicts

None