static S intArrayToHex(int[] a) { ret bytesToHex(intArrayToBytes(a)); }