Versions in this module Expand all Collapse all v1 v1.1.0 May 17, 2022 v1.0.0 May 17, 2022 Changes in this version + func Equal(mac1, mac2 []byte) bool + func New(newCipher NewCipherFunc, key []byte) (hash.Hash, error) + type NewCipherFunc func(key []byte) (cipher.Block, error)