medal::helpers

Function hash_password

Source
pub fn hash_password(password: &str, salt: &str) -> Result<String, MedalError>