Takes an array and converts each byte to its hex representation.
the array of bytes to represent
the buffer into which the results will be written
A slice of output containing the hex digits representing the input
See Implementation
Takes an array and converts each byte to its hex representation.