sS toHexString(byte[] a) { ret bytesToHex(a); } sS toHexString(L a) { ret bytesToHex(byteListToArray(a)); }