digest

Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.

Version on this page:0.0.1.2
LTS Haskell 22.13:0.0.2.1
Stackage Nightly 2024-03-14: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.2@sha256:d3c2a49e25bb3b0228ddb063493b80adcfc26625f9ebbe4a89dd4fbb4339d1bc,1539

Module documentation for 0.0.1.2

Depends on 2 packages(full list with versions):
Used by 3 packages in nightly-2017-10-28(full list with versions):

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.