Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
57157003
Topic
996810
Board
Development & Technical Discussion
Re: Perl Private Key -> Public Address
by
pooya87
on
04/06/2021, 12:48:05 UTC
Quote from: DryPalms on
Today
at 12:32:32 PM
Anyone? I am sitting here waiting for a reply for the last three years
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.