/**
* @see ParagonIE_Sodium_Compat::crypto_pwhash_str_needs_rehash()
* @param string $hash
* @param int $opslimit
* @param int $memlimit
* @return bool
*
* @throws SodiumException
*/
function sodium_crypto_pwhash_str_needs_rehash($hash,
$opslimit,
$memlimit) { return ParagonIE_Sodium_Compat::
crypto_pwhash_str_needs_rehash($hash,
$opslimit,
$memlimit);
}}if (!
is_callable('sodium_crypto_pwhash_str_verify'
)) { /**
* @see ParagonIE_Sodium_Compat::crypto_pwhash_str_verify()
* @param string $passwd
* @param string $hash
* @return bool
* @throws SodiumException
* @throws TypeError
*/