(PHP 8 >= 8.4.0)
sodium_crypto_aead_aegis256_decrypt — Verify then decrypt a message with AEGIS-256
$ciphertext
,$additional_data
,$nonce
,$key
Verify then decrypt a message with AEGIS-256.
ciphertext
additional_data
nonce
key
Returns the plaintext on success, or false
on failure.