pub fn phrase_to_binary(phrase: &str) -> Result<Vec<u8>, Error>
Expand description

phrase_to_binary is the inverse of binary_to_phrase, it will take a mnonmic-16bit phrase and parse it into a set of bytes.