Every byte should correspond to two hexadecimal characters. The previous implementation emitted a single character for byte values between 0x00 and 0x0f inclusive.
(I’m not really a fan of including any LowerHex/UpperHex impl whatsoever. But hey, it’s broken, so I fixed it!)
Every byte should correspond to two hexadecimal characters. The previous implementation emitted a single character for byte values between 0x00 and 0x0f inclusive.
(I’m not really a fan of including any LowerHex/UpperHex impl whatsoever. But hey, it’s broken, so I fixed it!)