You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you know if it will be possible to integrate a verification method to check if a Child public key is derivated from another public key to check the parent relation?
i think it is easy to implement the verification method to check.
First you should know the public key and index(es),
Then call NewChildKey.
At last, check the NewChildKey.PublicKey whether equals distPublickey
Finally, This library has already implemented public parent key to public child key
this function is integrated in method NewChildKey
Hello,
Did you know if it will be possible to integrate a verification method to check if a Child public key is derivated from another public key to check the parent relation?
As my understanding we must implement this algo:
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#public-parent-key--public-child-key
Thanks for your library btw 👏
The text was updated successfully, but these errors were encountered: