How can I create uncompressed public key in C++?
How can I create uncompressed public key in C++?
I need to derive public key from my private key in uncompressed form. I know how to create compressed one with libbitcoin, but I can't find appropriate method for uncompressed form there.
Are there any other libraries in C++ which can do that?
http://ift.tt/2HJ9RWf
Comments
Post a Comment