Function medal::helpers::hash_password

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