(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_aead_chacha20poly1305_decrypt — Verify then decrypt with ChaCha20-Poly1305
$ciphertext,$additional_data,$nonce,$keyVerify then decrypt with ChaCha20-Poly1305.
ciphertextadditional_datanoncekey
Returns the plaintext on success, 或者在失败时返回 false.