Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + func New224() hash.Hash + func New256() hash.Hash + func New384() hash.Hash + func New512() 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