Copyright | (c) 2017 Henri Verroken |
---|---|
License | BSD3 |
Maintainer | Henri Verroken <henriverroken@gmail.com |
Stability | stable |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
This module provides bindings to the xxHash64 and the xxHash32 algorithm.
The C implementation used is directly taken from https://github.com/Cyan4973/xxHash.
- class XXHash t where