Function crypto::pbkdf2::pbkdf2_check [] [src]

pub fn pbkdf2_check(
    password: &str,
    hashed_value: &str
) -> Result<bool, &'static str>

pbkdf2_check compares a password against the result of a previous call to pbkdf2_simple and returns true if the passed in password hashes to the same value.

Arguments