Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Keccak256 ¶
Keccak256 returns the Keccak256 hash of the input data.
Its implementation is similar to crypto.Keccak256, but it reuses the crypto.KeccakState to reduce the number of allocations.
func Keccak256Hash ¶
Keccak256Hash returns the Keccak256 hash of the input data as common.Hash.
Its implementation is similar to crypto.Keccak256Hash, but it reuses the crypto.KeccakState to reduce the number of allocations.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.