[][src]Function mundane::password::scrypt::scrypt_verify

#[must_use]
pub fn scrypt_verify(password: &[u8], hash: &ScryptHash) -> bool

Verifies a password against an scrypt hash.

scrypt_verify verifies that password is the same password that was used to generate hash using scrypt.