Macros

  • Converts what is entered into it into a &str, which is entered into U256::from_dec_or_hex_str, the result of which is unwrapped at compile time to produce a const U256.

Structs

  • A static length bigint based on an array of u64s.

Enums