Versions in this module Expand all Collapse all v1 v1.1.0 May 14, 2023 v1.0.0 Feb 8, 2021 Changes in this version + const BlockSize + const OutputLengthUnknown + const Size + const Size128 + func New128(key []byte) (hash.Hash, error) + func New256(key []byte) (hash.Hash, error) + func Sum256(data []byte) [Size]byte + type XOF interface + Clone func() XOF + Reset func() + func NewXOF(size uint16, key []byte) (XOF, error)