Description
The BLAKE SHA-3 candidate hashes, in Haskell.
Description
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!