macro_rules! word { ($hex:expr) => { ... }; }
Construct a new Word from a hex value.
Expects a ‘0x’ prefixed hex string followed by up to 64 hex digits.