Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 616 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 616 Bytes

Note: this repository is archived, and is now part of kdf.

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

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

Documentation

Build Status

API Documentation

Installation

opam install hkdf will install the latest released version.