package
0.3.4
Repository: https://github.com/seanpfeifer/rigging.git
Documentation: pkg.go.dev

# Functions

NewHMACKey creates a new cryptographically random HMAC key with HMACKeySize bytes.

# Constants

HMACKeySize is the expected size of an HMAC hashing key.

# Type aliases

HMACKey is a secret key used for message hashing using HMAC+SHA256.