Versions in this module Expand all Collapse all v1 v1.0.1 Nov 8, 2022 v1.0.0 Nov 8, 2022 Changes in this version + const TagSize + func Sum(out *[16]byte, m []byte, key *[32]byte) + func Verify(mac *[16]byte, m []byte, key *[32]byte) bool + type MAC struct + func New(key *[32]byte) *MAC + func (h *MAC) Size() int + func (h *MAC) Sum(b []byte) []byte + func (h *MAC) Verify(expected []byte) bool + func (h *MAC) Write(p []byte) (n int, err error)