if (!
is_callable('sodium_crypto_core_ristretto255_from_hash'
)) { /**
* @see ParagonIE_Sodium_Compat::ristretto255_from_hash()
*
* @param string $s
* @return string
* @throws SodiumException
*/
function sodium_crypto_core_ristretto255_from_hash($s) { return ParagonIE_Sodium_Compat::
ristretto255_from_hash($s, true
);
}}if (!
is_callable('sodium_crypto_core_ristretto255_is_valid_point'
)) { /**
* @see ParagonIE_Sodium_Compat::ristretto255_is_valid_point()
*
* @param string $s
* @return bool
* @throws SodiumException
*/
function sodium_crypto_core_ristretto255_is_valid_point($s) {