The encrypted data
32-byte encryption key (must match key used for encryption)
12-byte nonce (must match nonce used for encryption)
Additional authenticated data (must exactly match AAD used for encryption)
16-byte authentication tag from encryption
Decrypted plaintext
Decrypt data using ChaCha20-Poly1305 AEAD cipher with additional authenticated data.