Skip to content

j1r1k/hkdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell hkdf

Implementation of HKDF (RFC 5869)

Description

This is Haskell implementation of RFC 5869 (HMAC-based Extract-and-Expand Key Derivation Function (HKDF)).

Implementation is based on cryptohash.

Installation

Run either cabal install or stack install. This is library, thus there is no executable available.

Running tests

Tests can be run via stack test.

Discalmer

Any feedback is very welcomed.