An open API service indexing awesome lists of open source software.

https://github.com/hannesm/ocaml-hkdf

HMAC-based Extract-and-Expand Key Derivation Function (HKDF) (RFC 5869)
https://github.com/hannesm/ocaml-hkdf

hkdf ocaml rfc5869 security

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

Note: this repository is archived, and is now part of [kdf](https://github.com/robur-coop/kdf).

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

An implementation of [HKDF](https://tools.ietf.org/html/rfc5869) using
[nocrypto](https://github.com/mirleft/ocaml-nocrypto), including test cases from
the RFC.

## Documentation

[![Build Status](https://travis-ci.org/hannesm/ocaml-hkdf.svg?branch=master)](https://travis-ci.org/hannesm/ocaml-hkdf)

[API Documentation](https://hannesm.github.io/ocaml-hkdf/doc)

## Installation

`opam install hkdf` will install the latest released version.