pub fn pbkdf2(password: &[u8], salt: &[u8], rounds: u32) -> [u8; 32]
Derive pbkdf2 of a given password and salt