Encodes a byte array into a hexadecimal string. Uses uppercase letters (A-F) for values 10-15.
The byte array to encode
The hexadecimal encoded string (uppercase)
Encodes a byte array into a hexadecimal string. Uses uppercase letters (A-F) for values 10-15.