//
pkg.gl
Category
github.com/btcsuite/golangcrypto
poly1305
package
0.0.0-20150304025918-53f62d9b43e8
Repository:
https://github.com/btcsuite/golangcrypto.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
15 SLOC
#
Functions
Sum
Sum generates an authenticator for m using a one-time key and puts the 16-byte result into out.
Verify
Verify returns true if mac is a valid authenticator for m with the given key.
#
Constants
TagSize
TagSize is the size, in bytes, of a poly1305 authenticator.