Description
A Haskell library defining a class for types that can be converted to a hash value. It is widely used by hash maps, hash sets, caches, and data structures that need efficient lookup.
Developers use it by deriving or writing Hashable instances for custom types. Hashes here are for data structures and performance, not for cryptographic security.