LicenseRef-PublicDomain licensed by John Galt
Maintained by [email protected]
This version can be pinned in stack with:blake2-0.3.0@sha256:6b10e8632454ae42d20d34f730d18cd59bfc85ad7bdab61566b4ba9a56f93b86,3077
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.3.0

  • Bring C code up to date
  • Use newer GHCs for testing

0.2.0

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

0.1.0

  • First version.