package
0.9.0
Repository: https://github.com/tendermint/go-crypto.git
Documentation: pkg.go.dev

# Functions

HChaCha20 generates 32 pseudo-random bytes from a 128 bit nonce and a 256 bit secret key.
New xChaChapoly1305 AEAD with 24 byte nonces.

# Constants

KeySize is the size of the key used by this AEAD, in bytes.
NonceSize is the size of the nonce used with this AEAD, in bytes.