//
pkg.gl
Category
github.com/kevinburke/nacl
auth
package
0.0.0-20210405173606-cd9060f5f776
Repository:
https://github.com/kevinburke/nacl.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
3
Dependents
0
Files
21 SLOC
#
Functions
Sum
Sum generates an authenticator for m using a secret key and returns the 32-byte digest.
Verify
Verify checks that digest is a correct authenticator of a message m under the secret key key.
#
Constants
Size
Size is the size, in bytes, of an authenticated digest.