[][src]Function bcrypt_wasm::verify

pub fn verify<P: AsRef<[u8]>>(password: P, hash: &str) -> BcryptResult<bool>

Verify that a password is equivalent to the hash provided