Converts bytes to hexadecimal byte representation. Each input byte becomes two output bytes representing the hex digits.
The bytes to convert
Hex representation as bytes (each hex digit as a byte)
Converts bytes to hexadecimal byte representation. Each input byte becomes two output bytes representing the hex digits.