Function bcrypt_pbkdf::bcrypt_pbkdf[][src]

pub fn bcrypt_pbkdf(
    password: &[u8],
    salt: &[u8],
    rounds: usize,
    hash_out: &mut [u8]
)

The bcrypt_pbkdf password hashing algorithm. The length of the hashed password is implied by the length of hash_out.