bytesToHex
Converts a byte array to a lowercase hex string.
Return
Hex representation, or an empty string when bytes is empty.
Parameters
bytes
Bytes to encode.
Converts a byte array to a lowercase hex string.
Hex representation, or an empty string when bytes is empty.
Bytes to encode.