@hackage hkdf0.0.1.1
Implementation of HKDF (RFC 5869)
Categories
License
BSD-3-Clause
Maintainer
Jiri Marsicek <jiri.marsicek@gmail.com>
Links
Versions
- 0.0.1.1 Tue, 5 Jan 2016
Installation
Dependencies (4)
- base >=4.7 && <5
- bytestring >=0.9
- byteable >=0.1
- cryptohash >=0.10 Show all…
Dependents (1)
@hackage/acme-everything
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.