crypto_scalarmult

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

WordPress Version: 5.2

/**
 * @see ParagonIE_Sodium_Compat::crypto_scalarmult()
 * @param string $n
 * @param string $p
 * @return string
 * @throws \SodiumException
 * @throws \TypeError
 */
function crypto_scalarmult($n, $p)
{
    return ParagonIE_Sodium_Compat::crypto_scalarmult($n, $p);
}