toHex method

String toHex()

generate a hex string from a public key

Implementation

String toHex() {
  return base.point2Hex([X, Y]);
}