[][src]Function mnumonic::decode_u32_joined

pub fn decode_u32_joined(joined: &str) -> Result<u32, usize>

Decode a phrase (as produced by encode_u32_joined). Basically the same as decode_u32 except it splits the phrase on whitespace to generate the words to decode.