BSD-3-Clause licensed
Maintained by https://github.com/haskell-hvr/cryptohash-md5
This version can be pinned in stack with:cryptohash-md5-0.11.101.0@sha256:1a01de5a6e0165aa2aa71d9e66cba1d0093510875ae90d79ddec310d506d6e48,3088

Module documentation for 0.11.101.0

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

A practical incremental and one-pass, pure API to the MD5 hash algorithm (including HMAC support) with performance close to the fastest implementations available in other languages.

The implementation is made in C with a haskell FFI wrapper that hides the C implementation.

NOTE: This package has been forked off cryptohash-0.11.7 because the cryptohash package has been deprecated and so this package continues to satisfy the need for a lightweight package providing the MD5 hash algorithm without any dependencies on packages other than base and bytestring.

Consequently, this package can be used as a drop-in replacement for cryptohash's Crypto.Hash.MD5 module, though with a clearly smaller footprint.

Changes