Description
Provides a Haskell-only implementation of the MD5 digest algorithm. MD5 can still be useful for legacy checksums, compatibility, and non-security fingerprinting.
It should not be used for password storage, signatures, or modern security decisions because MD5 is cryptographically broken. It is a developer library for code that specifically needs MD5 compatibility.