blob: f60c7732bff301a5fceceaf65f9f0b7116d13b81 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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: http://github.com/vincenthz/hs-cryptohash
|