Fix: How to get X and Y coordiantes with GMP library on secp256k1 curve? byAuthor •October 24, 2023 To get X and Y coordinates on the secp256k1 elliptic curve using the GMP (GNU Multiple Precision) library, you'll typically work with Big Integers to perform the necessary calculations. Here's an example of how to compute the X and Y coordina…