package
0.0.0-20231219171551-d6d4032e81ac
Repository: https://github.com/juanjitech/cryptox.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.