Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Topic OP
ECDSA public key
by
bondcoder
on 10/09/2019, 15:37:02 UTC
⭐ Merited by DarkStar_ (1)
Hello, bitcointalkers! I have a problem with signing transaction in my wallet implementation.  I can not understand how I can generate public key that based on my private key. I have private key that I generated randomly with 256 bits. I read in A.Antonopulos book that we can receive point on elliptic curve from private key. I received X and Y coordinates, What I need to do with it for transforming in single string row (traditional public key)?