Versions in this module Expand all Collapse all v1 v1.12.6 Jun 4, 2024 Changes in this version + const BlockSize + const OutputLengthUnknown + const Size + const Size256 + const Size384 + func F(h *[8]uint64, m [16]uint64, c [2]uint64, final bool, rounds uint32) + func New(size int, key []byte) (hash.Hash, error) + func New256(key []byte) (hash.Hash, error) + func New384(key []byte) (hash.Hash, error) + func New512(key []byte) (hash.Hash, error) + func Sum256(data []byte) [Size256]byte + func Sum384(data []byte) [Size384]byte + func Sum512(data []byte) [Size]byte + type XOF interface + Clone func() XOF + Reset func() + func NewXOF(size uint32, key []byte) (XOF, error)