Copyright | Aleksandr Krupenkin 2016-2021 |
---|---|
License | Apache-2.0 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Ethereum crypto module helper functions.
Synopsis
- keccak256 :: (ByteArrayAccess bin, ByteArray bout) => bin -> bout
Documentation
keccak256 :: (ByteArrayAccess bin, ByteArray bout) => bin -> bout Source #
Keccak 256 hash function.