hkdf: Implementation of HKDF (RFC 5869)

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Please see README.md


[Skip to Readme]

Properties

Versions 0.0.1.1, 0.0.1.1
Change log None available
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:06:01Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.