@hackage cryptohash-md50.11.101.0
Fast, pure and practical MD5 implementation
Categories
License
BSD-3-Clause
Maintainer
https://github.com/haskell-hvr/cryptohash-md5
Links
Versions
- 0.11.101.0 Wed, 1 Jan 2025
- 0.11.100.1 Tue, 15 Jun 2021
- 0.11.100.0 Mon, 16 May 2016
- 0.11.7.2 Thu, 12 May 2016
- 0.11.7.1 Mon, 9 May 2016
Installation
Tested Compilers
Dependencies (2)
- base >=4.5 && <5
- bytestring >=0.9.2 && <0.13 Show all…
Dependents (25)
@hackage/greenclip, @hackage/keid-core, @hackage/futhark, @hackage/http-client-tls, @hackage/pixiv, @hackage/hnix-store-core, Show all…
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.