Create a point from Hex
static Point fromHex(String hex) { return fromBytes(Utilities.hexToBytes(hex)); }