Post
Topic
Board Development & Technical Discussion
Re: Perl Private Key -> Public Address
by
pooya87
on 04/06/2021, 12:48:05 UTC
Anyone? I am sitting here waiting for a reply for the last three years  Grin
How about finding a way to call C functions from Perl, I'm not familiar with Perl so here is a link: https://stackoverflow.com/questions/4048557/calling-c-function-from-perl-within-embedded-c-application
Then you can use the library that bitcoin core uses known as libsec256k1: https://github.com/bitcoin-core/secp256k1
That way you don't have to worry about the library not being complete or having any bugs.