Function bcrypt_bsd::hash [] [src]

pub fn hash(password: &str, salt: &[u8]) -> Result<[u8; 61], CryptError>

Compute BCrypt hash from a password and salt.