Versions in this module Expand all Collapse all v0 v0.1.0 Apr 21, 2023 Changes in this version + func Keccak256(dst, src []byte) []byte + func Keccak256Rlp(dst []byte, src *fastrlp.Value) []byte + type Keccak struct + func NewKeccak256() *Keccak + func (k *Keccak) Read() []byte + func (k *Keccak) Reset() + func (k *Keccak) Sum(dst []byte) []byte + func (k *Keccak) Write(b []byte) (int, error) + func (k *Keccak) WriteRlp(dst []byte, v *fastrlp.Value) []byte + type Pool struct + var DefaultKeccakPool Pool + func (p *Pool) Get() *Keccak + func (p *Pool) Put(k *Keccak)