How to Convert Hex Private Key To Hex Public Key In Chilkat VB6

846 Views Asked by At

I have a 32 byte hex private key: 081549973bafbba825b31bcc402a3c4ed8e3185c2f3a31c75e55f423e9629aa3

And I want to convert it to 32 byte hex Public Key according to https://learnmeabitcoin.com/technical/hd-wallets

To generate an Ethereum address, I need the Public Key code. enter image description here

I looked through all the Chilkat examples but couldn't find any code to convert it! But on the site https://lab.miguelmota.com/ethereum-private-key-to-public-key/example/ enter image description here

I was able to find that, unfortunately, it is written in Github with Json and I only know VB6: https://github.com/miguelmota/ethereum-private-key-to-public-key

Can you convert the code in GitHub to VB6 using Chilkat algorithms? And how can generate ethereum address from public key code?

thank you

0

There are 0 best solutions below