blob: d594ce1f912572b61b9eefcec1ae6e9a6bb2f010 (
plain) (
blame)
1
2
3
4
5
6
|
A collection of crypto hashes, with a practical incremental and one-pass,
pure APIs, with performance close to the fastest implementations available
in others languages. The implementations are made in C with a haskell FFI
wrapper that hide the C implementation.
WWW: https://github.com/vincenthz/hs-cryptohash
|