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.
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/
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