pub fn truncate_seed<S>( seed: S, word_count: &WordCount, ) -> Result<Mnemonic, Error>where S: AsRef<str>,
Truncates a seed’s number of words to word_count by truncating its entropy.
seed
word_count