Where can I find a C or C++ implementation of converting bitcoin privatekey to bitcoin public key and bitcoin address?

2

1

There are versions in python and some such things, but I need a C version (or at least C++). I do have the sha256, RMD160 in C already, and those functions are called. Thank you.

user3592760

Posted 2014-07-31T20:18:33.547

Reputation: 21

3Well, there's always bitcoin-core... what do you need that you couldn't find there?Greg Hewgill 2014-07-31T20:35:23.103

I would also suggest to look in the SX source code.

Jan Moritz 2014-07-31T21:29:39.540

No answers