Decrypt data using ChaCha20-Poly1305 AEAD cipher.
The encrypted data
32-byte encryption key (must match key used for encryption)
12-byte nonce (must match nonce used for encryption)
16-byte authentication tag from encryption
Decrypted plaintext
If key/nonce/authTag sizes are invalid
If authentication fails (tampered data or wrong key/nonce)
Decrypt data using ChaCha20-Poly1305 AEAD cipher.