//
pkg.gl
Category
github.com/sylabs/golang-x-crypto
chacha20poly1305
package
0.0.0-20210902152239-d07836ab426a
Repository:
https://github.com/sylabs/golang-x-crypto.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
211 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.