static S intToHex(int i) {
  ret bytesToHex(intToBytes(i));
}