Constant revm_primitives::hex_literal::hex::HEX_DECODE_LUT
source ยท pub const HEX_DECODE_LUT: &'static [u8; 256];
Expand description
The lookup table of hex byte to value, used for hex decoding.
NIL
is used for invalid values.