web3-tools
Safe HaskellNone
LanguageHaskell2010

Crypto.Hash.Keccak

Synopsis

Documentation

hashKeccak256 :: ByteString -> Digest Keccak_256 Source #

Hash data using Keccak256

hashKeccak256Str :: String -> String Source #

Hash a string using Keccak256 and return the result as a string