sodium_crypto_aead_aes256gcm_decrypt

Supported Versions: PHP 7 >= 7.2.0, PHP 8
Verify then decrypt a message with AES-256-GCM
<?php sodium_crypto_aead_aes256gcm_decrypt(    string $ciphertext,    string $additional_data,    string $nonce,    string $key): string|false