sodium_crypto_scalarmult_ristretto255_base

The timeline below displays how wordpress function sodium_crypto_scalarmult_ristretto255_base 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::crypto_scalarmult_ristretto255_base()
 * @param string $n
 * @return string
 * @throws SodiumException
 * @throws TypeError
 */
function sodium_crypto_scalarmult_ristretto255_base($n)
{
    return ParagonIE_Sodium_Compat::scalarmult_ristretto255_base($n, true);
}