sodium_crypto_scalarmult_ristretto255

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