@hackage blakesum0.5
The BLAKE SHA-3 candidate hashes, in Haskell
Categories
License
BSD-3-Clause
Maintainer
Kevin Cantu <me@kevincantu.org>
Links
Versions
Deprecated
Dependencies (4)
- base >=4 && <5
- bytestring >=0 && <1
- text >=0 && <1
- vector >=0 && <1 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/blakesum-demo
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!