package
0.0.3
Repository: https://github.com/webraybtl/go.git
Documentation: pkg.go.dev

# Functions

New returns a new MAC computing an authentication tag of all data written to it with the given key.
Sum generates an authenticator for msg using a one-time key and puts the 16-byte result into out.
Verify returns true if mac is a valid authenticator for m with the given key.

# Constants

TagSize is the size, in bytes, of a poly1305 authenticator.

# Structs

MAC is an io.Writer computing an authentication tag of the data written to it.