Description
Provides immutable hash values for Haskell. Immutable hashes are useful when a digest or fingerprint should be treated as a stable value that can be stored, compared, or passed around safely.
It is useful for caches, identifiers, integrity checks, metadata, and tools that represent computed hashes. It is a developer library and the security meaning depends on the hash algorithm and use case.