Takes an array and converts each byte to its hex representation.
the array of bytes to represent
A newed char[] containing the hex digits representing the input
See Implementation
Takes an array and converts each byte to its hex representation.