LicenseRef-PublicDomain licensed by John Galt
Maintained by [email protected]
This version can be pinned in stack with:blake2-0.2.0@sha256:2175e66e5f4a72b47407cb79b252b0adc5d82f34a958418b75e1d7871187b507,2929
Depends on 2 packages(full list with versions):

blake2

Build Status Haskell

This library provides the BLAKE2 hash algorithms. While cryptonite also provides a BLAKE2 implemenation, this library has fewer dependencies and a richer API for features like keyed hashing and variable length output.

Changes

0.2.0

  • Added i686 support
  • Updated documentation
  • Added GHC 7.10.3, 8.0.2 to unit tests

0.1.0

  • First version.