Constant reth::core::primitives::alloy_primitives::hex::HEX_DECODE_LUT

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.