sodium_crypto_aead_chacha20poly1305_decrypt

Supported Versions: PHP 7 >= 7.2.0, PHP 8
Verify then decrypt with ChaCha20-Poly1305
<?php sodium_crypto_aead_chacha20poly1305_decrypt(    string $ciphertext,    string $additional_data,    string $nonce,    string $key): string|false