| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Crypto.Hash.Keccak
Synopsis
- hashKeccak256 :: ByteString -> Digest Keccak_256
- hashKeccak256Str :: String -> String
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