[][src]Function mnumonic::encode_u32

pub fn encode_u32(num: u32) -> Vec<&'static str>

Encode a u32 into a vector of words. The output vector will have at least one entry, and no more than four entries; each entry is a single human-language word. Each byte of the u32 is converted to a word, with leading zero bytes dropped.