fun hex(bytes: ByteArray): String
Encode bytes as a HEX string with no spaces, newlines and 0x prefixes.
0x
fun hex(s: String): ByteArray
Decode bytes from HEX string. It should be no spaces and 0x prefixes.