digest

Various hashes for bytestrings; CRC32 and Adler32 for now.

Version on this page:0.0.1.4@rev:1
LTS Haskell 22.21:0.0.2.1
Stackage Nightly 2024-05-06:0.0.2.1
Latest on Hackage:0.0.2.1

See all snapshots digest appears in

BSD-3-Clause licensed and maintained by Eugene Kirpichov
This version can be pinned in stack with:digest-0.0.1.4@sha256:b1dd8ae23acb39698bde1ec26ff01281b42a701d6ab8c028d9a0678013c83cf5,1362

Module documentation for 0.0.1.4

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.