pub fn check_hash(salted_hash: &str, password: &str) -> CheckHashResultExpand description
Validate a password against a phpBB3 salted hash.
pub fn check_hash(salted_hash: &str, password: &str) -> CheckHashResultValidate a password against a phpBB3 salted hash.