//
pkg.gl
Category
github.com/dimensiondev/crypto
chacha20poly1305
package
2.0.0+incompatible
Repository:
https://github.com/dimensiondev/crypto.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
0
Files
221 SLOC
#
Functions
New
New returns a ChaCha20-Poly1305 AEAD that uses the given, 256-bit key.
#
Constants
KeySize
KeySize is the size of the key used by this AEAD, in bytes.
NonceSize
NonceSize is the size of the nonce used with this AEAD, in bytes.