pub fn scrypt_verify(password: &[u8], hash: &ScryptHash) -> bool
Expand description
Verifies a password against an scrypt hash.
scrypt_verify
verifies that password
is the same password that was
used to generate hash
using scrypt.
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.