package hkdf

  1. Overview
  2. Docs
HMAC-based Extract-and-Expand Key Derivation Function (RFC 5869)

Install

Dune Dependency

Authors

Maintainers

Sources

hkdf-1.0.3.tbz
md5=a92cf45193a8f2f5429da0590a8e808c

Description

An implementation of HKDF using nocrypto.

Published: 16 Feb 2019

README

hkdf - HMAC-based Extract-and-Expand Key Derivation Function (RFC 5869)

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

Documentation

API Documentation

Installation

opam install hkdf will install the latest released version.

Dependencies (4)

  1. nocrypto >= "0.5.0"
  2. cstruct >= "3.2.0"
  3. dune
  4. ocaml >= "4.04.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (1)

  1. tls >= "0.12.0"

Conflicts

None