pub const HEX_CHARS_LOWER: &[u8; 16] = b"0123456789abcdef";
The table of lowercase characters used for hex encoding.