I've the Public key which is
0x04 32 bytes X coordinate 32 bytes Y coordinate.
Is there a way we can get the original point value on the Elliptic curve of R?
I did convert the 32 bytes into integer and I believe the curve point is generated using the order of the base point, now can we remove the order of the base point and look at only the values on the curve?