Re: [PHP-DEV] Sodium - Stream Counter API
Development for 8.1 is already closed. You can only target this for 8.2
[PHP-DEV] Sodium - Stream Counter API
The ext-sodium API exposes the following functions: * sodium_crypto_stream(int $len, string $nonce, string $key): string * sodium_crypto_stream_keygen(): string * sodium_crypto_stream_xor(string $message, string $nonce, string $key): string (And the new XChaCha variant landing in PHP 8.1, of cou