pub fn passphrase_seeded_rng<W>(
passphrase: &str,
pac_salt: &[u8],
salt: &[u8],
wordlist: W,
) -> Result<ChaCha12Rng, PassphraseError>pub fn passphrase_seeded_rng<W>(
passphrase: &str,
pac_salt: &[u8],
salt: &[u8],
wordlist: W,
) -> Result<ChaCha12Rng, PassphraseError>