Function bcrypt::bcrypt

source ·
pub fn bcrypt(cost: u32, salt: [u8; 16], password: &[u8]) -> [u8; 24]