Versions in this module Expand all Collapse all v0 v0.1.1 Mar 22, 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)