Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hash functions for lazy [[Data.ByteString.ByteString]]s
Documentation
sha2_256 ∷ ByteString → ByteString Source #
Hash a ByteString
using the SHA-256 hash function.
sha3_256 ∷ ByteString → ByteString Source #
Hash a ByteString
using the SHA3-256 hash function.
blake2b_224 ∷ ByteString → ByteString Source #
Hash a ByteString
using the Blake2b-224 hash function.
blake2b_256 ∷ ByteString → ByteString Source #
Hash a ByteString
using the Blake2b-256 hash function.
keccak_256 ∷ ByteString → ByteString Source #
Hash a ByteString
using the Keccak-256 hash function.
ripemd_160 ∷ ByteString → ByteString Source #
Hash a ByteString
using the RIPEMD-160 hash function.