//
pkg.gl
Category
github.com/seanpfeifer/rigging
hashing
package
0.3.4
Repository:
https://github.com/seanpfeifer/rigging.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
26 SLOC
#
Functions
NewHMACKey
NewHMACKey creates a new cryptographically random HMAC key with HMACKeySize bytes.
#
Constants
HMACKeySize
HMACKeySize is the expected size of an HMAC hashing key.
#
Type aliases
HMACKey
HMACKey is a secret key used for message hashing using HMAC+SHA256.