extend_seed

Function extend_seed 

Source
pub fn extend_seed<S>(
    seed: S,
    word_count: &WordCount,
) -> Result<Mnemonic, Error>
where S: AsRef<str>,
Expand description

Extends a seed’s number of words to the desired length word_count by enxtending its entropy. The returned new seed will start with the same words as seed.