Description
A Haskell library implementing the MD5 hash algorithm. It is useful for compatibility with older formats, checksums, and protocols that still require MD5 digests.
Developers should not use MD5 for new security-sensitive purposes such as signatures, password storage, or collision-resistant identity. Prefer modern hashes unless compatibility requires MD5.