Decrypt binary data with ChaCha20-Poly1305 (RFC 8439).
Data to decrypt (includes 16-byte Poly1305 tag).
32-byte encryption key.
12-byte nonce used during encryption.
The decrypted plaintext.
If key is not 32 bytes, or if decryption/authentication fails.
key
Decrypt binary data with ChaCha20-Poly1305 (RFC 8439).