Unlicense licensed by John Galt
Maintained by [email protected]
This version can be pinned in stack with:blake2-0.3.0.1@sha256:616926a31133e2a94c353b56b50ef3a8cfb97baf1d051d0f65545e967c5107da,2301
Depends on 2 packages(full list with versions):

blake2

This library provides the BLAKE2 hash algorithms.

Comparison with other libraries

This library has fewer dependencies than cryptonite and a richer API for features like keyed hashing and variable-length output.

Changes

0.3.0.1

  • Miscellaneous cleanup and dependency version updates

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.