WordPress Version: 3.1
/**
* @return string
* @throws Exception
*/
function sodium_crypto_kx_keypair()
{
return ParagonIE_Sodium_Compat::crypto_kx_keypair();
}
The timeline below displays how wordpress function sodium_crypto_kx_keypair has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* @return string
* @throws Exception
*/
function sodium_crypto_kx_keypair()
{
return ParagonIE_Sodium_Compat::crypto_kx_keypair();
}