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