[][src]Function pbkdf2::pbkdf2

pub fn pbkdf2<F>(password: &[u8], salt: &[u8], rounds: u32, res: &mut [u8]) where
    F: Mac + NewMac + Clone + Sync

Generic implementation of PBKDF2 algorithm.