package
0.0.0-20231122075959-de838e9cb174
Repository: https://github.com/gitpod-io/golang-crypto.git
Documentation: pkg.go.dev

# Functions

Sum generates an authenticator for m using a secret key and returns the 32-byte digest.
Verify checks that digest is a valid authenticator of message m under the given secret key.

# Constants

KeySize is the size, in bytes, of an authentication key.
Size is the size, in bytes, of an authenticated digest.