Versions in this module Expand all Collapse all v0 v0.3.2 Dec 26, 2019 Changes in this version + func Keccak1600Permute(st *[25]uint64) + func Keccak1600State(st *[25]uint64, data []byte) + func New224() hash.Hash + func New256() hash.Hash + func New384() hash.Hash + func New512() hash.Hash + func NewLegacyKeccak256() hash.Hash + func ShakeSum128(hash, data []byte) + func ShakeSum256(hash, data []byte) + func Sum224(data []byte) (digest [28]byte) + func Sum256(data []byte) (digest [32]byte) + func Sum384(data []byte) (digest [48]byte) + func Sum512(data []byte) (digest [64]byte) + type ShakeHash interface + Clone func() ShakeHash + Reset func() + func NewShake128() ShakeHash + func NewShake256() ShakeHash