macro_rules! from_hex { ($num:literal) => { ... }; }
This macro converts a string hex number to a big integer.