Converts hexadecimal bytes back to regular bytes. Expects input where each pair of bytes represents one hex digit pair.
The hex bytes to convert (each pair of bytes = one output byte)
The decoded bytes
Converts hexadecimal bytes back to regular bytes. Expects input where each pair of bytes represents one hex digit pair.