Function djangohashers::check_password [] [src]

pub fn check_password(password: &str,
                      encoded: &str)
                      -> Result<bool, HasherError>

Verifies a password against an encoded hash, returns a Result.