Popularity
2.0
Declining
Activity
0.0
Stable
1
3
0

Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Cryptography    
Latest version: v0.0.1.1

hkdf alternatives and similar packages

Based on the "Cryptography" category.
Alternatively, view hkdf alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hkdf or a related project?

Add another 'Cryptography' Package

README

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.