MIT licensed by Baojun Wang
Maintained by [email protected]
This version can be pinned in stack with:hashing-0.1.1.0@sha256:b74c351953f8377edf79afcb4be17c45f73a58f4b2ffc48c61c929a0ed1d1d49,2663
Used by 1 package in nightly-2023-03-29(full list with versions):

hashing is a pure haskell hash library, supported hash algorithm: SHA1SHA224SHA256SHA384SHA512 MD5 and Whirlpool. It provides a simple interface `hash` and `hashLazy` to compute a hash value Based on the type signature. Performance wise it only has 15 - 115 of native C implementations, or `cryptonite`. Compare to other pure hash libraries such as PureMD5/SHA, it provides a simpler interface, implements more algorithms, and has less dependencies.