macro_rules! word { ($word_hex:expr) => { ... }; }
Create a Word from a hex string. Panics on invalid input.
Word