: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
if (!is_callable('sodium_crypto_stream_xchacha20')) {
* @see ParagonIE_Sodium_Compat::crypto_stream_xchacha20()
* @throws SodiumException
function sodium_crypto_stream_xchacha20($len, $nonce, $key)
return ParagonIE_Sodium_Compat::crypto_stream_xchacha20($len, $nonce, $key, true);
if (!is_callable('sodium_crypto_stream_xchacha20_keygen')) {
* @see ParagonIE_Sodium_Compat::crypto_stream_xchacha20_keygen()
function sodium_crypto_stream_xchacha20_keygen()
return ParagonIE_Sodium_Compat::crypto_stream_xchacha20_keygen();
if (!is_callable('sodium_crypto_stream_xchacha20_xor')) {
* @see ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor()
* @throws SodiumException
function sodium_crypto_stream_xchacha20_xor($message, $nonce, $key)
return ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor($message, $nonce, $key, true);
if (!is_callable('sodium_crypto_stream_xchacha20_xor_ic')) {
* @see ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor_ic()
* @throws SodiumException
function sodium_crypto_stream_xchacha20_xor_ic($message, $nonce, $counter, $key)
return ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor_ic($message, $nonce, $counter, $key, true);