pub const HEX_CHARS_UPPER: &[u8; 16] = b"0123456789ABCDEF";
The table of uppercase characters used for hex encoding.