sodium_crypto_core_ristretto255_random

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

WordPress Version: .10

/**
 * @see ParagonIE_Sodium_Compat::ristretto255_random()
 *
 * @return string
 * @throws SodiumException
 */
function sodium_crypto_core_ristretto255_random()
{
    return ParagonIE_Sodium_Compat::ristretto255_random(true);
}