hkdf: Implementation of HKDF (RFC 5869)

[ bsd3, cryptography, library, web ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.1
Dependencies base (>=4.7 && <5), byteable (>=0.1), bytestring (>=0.9), cryptohash (>=0.10) [details]
License BSD-3-Clause
Copyright Jiri Marsicek <jiri.marsicek@gmail.com>
Author Jiri Marsicek <jiri.marsicek@gmail.com>
Maintainer Jiri Marsicek <jiri.marsicek@gmail.com>
Category Cryptography, Web
Home page http://github.com/j1r1k/hkdf
Source repo this: git clone https://github.com/j1r1k/hkdf(tag 0.0.1.1)
head: git clone https://github.com/j1r1k/hkdf
Uploaded by JiriMarsicek at 2016-01-05T07:09:16Z
Distributions NixOS:0.0.1.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1113 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-01-05 [all 1 reports]

Readme for hkdf-0.0.1.1

[back to package description]

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.