sodium_crypto_pwhash_str_needs_rehash

Advertisement

Syntax Syntax

sodium_crypto_pwhash_str_needs_rehash( string $hash, int $opslimit, int $memlimit )

Parameters Parameters

$hash

(Required)

$opslimit

(Required)

$memlimit

(Required)

Return Return

(bool)

Source Source

File: wp-includes/sodium_compat/lib/php72compat.php

    function sodium_crypto_pwhash_str_needs_rehash($hash, $opslimit, $memlimit)
    {
        return ParagonIE_Sodium_Compat::crypto_pwhash_str_needs_rehash($hash, $opslimit, $memlimit);
    }

Advertisement

See also See also

Advertisement

Leave a Reply