Deprecated

blakesum

The BLAKE SHA-3 candidate hashes, in Haskell

https://github.com/killerswan/Haskell-BLAKE

Latest on Hackage:0.5

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Kevin Cantu

This provides an implementation of the BLAKE SHA-3 candidate hash algorithms in Haskell, including BLAKE-256, BLAKE-512, BLAKE-224, and BLAKE-384.

Based on the BLAKE proposal, here: http://131002.net/blake/blake.pdf

Contributions and optimizations are welcome!