package
0.0.0-20231219171551-d6d4032e81ac
Repository: https://github.com/juanjitech/cryptox.git
Documentation: pkg.go.dev
# Constants
KeySize is the size of the key used by this AEAD, in bytes.
NonceSize is the size of the nonce used with the standard variant of this AEAD, in bytes.
NonceSizeX is the size of the nonce used with the XChaCha20-Poly1305 variant of this AEAD, in bytes.
Overhead is the size of the Poly1305 authentication tag, and the difference between a ciphertext length and its plaintext.