@hackage digest0.0.1.4
Various hashes for bytestrings; CRC32 and Adler32 for now.
Categories
License
BSD-3-Clause
Maintainer
Eugene Kirpichov <ekirpichov@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base <5
- bytestring >=0.9 && <0.12
- zlib Show all…
Dependents (34)
@hackage/lhc, @hackage/minio-hs, @hackage/mecha, @hackage/zip-conduit, @hackage/snappy-c, @hackage/cardano-addresses, Show all…
This package provides efficient hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib.