@hackage digest0.0.0.4
Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.
Categories
License
BSD-3-Clause
Maintainer
Eugene Kirpichov <ekirpichov@gmail.com>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (2)
- base <5
- bytestring >=0.9 && <0.11 Show all…
Dependents (34)
@hackage/lhc, @hackage/minio-hs, @hackage/mecha, @hackage/zip-conduit, @hackage/snappy-c, @hackage/cardano-addresses, Show all…
Package Flags
bytestring-in-base
(on by default)
In the ghc-6.6 era the bytestring modules were included in the base package.
This package provides efficient cryptographic 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.