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.