Re: [PHP-DEV] Sodium - Stream Counter API

2021-09-02 Thread Kamil Tekiela
Development for 8.1 is already closed. You can only target this for 8.2

[PHP-DEV] Sodium - Stream Counter API

2021-09-02 Thread Paragon Initiative Enterprises Security Team
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