pub fn passphrase_to_key<W>( passphrase: &str, pac_salt: &[u8], salt: &[u8], wordlist: W, ) -> Result<Key, PassphraseError>where W: AsRef<[&'static str]>,