sodium_crypto_secretstream_xchacha20poly1305_rekey

The timeline below displays how wordpress function sodium_crypto_secretstream_xchacha20poly1305_rekey has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 3.1

/**
 * @param string $state
 * @return void
 * @throws SodiumException
 */
function sodium_crypto_secretstream_xchacha20poly1305_rekey(&$state)
{
    ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_rekey($state);
}