sodium_crypto_stream_xchacha20_xor_ic

Supported Versions: PHP 8 >= 8.2.0
Encrypts a message using a nonce and a secret key (no authentication)
<?php sodium_crypto_stream_xchacha20_xor_ic(    string $message,    string $nonce,    int $counter,    string $key): string