Function pbkdf2::pbkdf2[][src]

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

Generic implementation of PBKDF2 algorithm.