WalletKit icon indicating copy to clipboard operation
WalletKit copied to clipboard

[BIP32] Fix missing implementation of "public-to-public" child key derivation

Open KevinVitale opened this issue 5 years ago • 0 comments

Currently, ExtendedKey.Derivation.toPrivate(at:) will throw an exception if called from a parent public extended key. This is obviously not good...and after several days of attempting to fix it, I've given up for the time being.

For more info: BIP32 Spec

KevinVitale avatar Apr 11 '20 18:04 KevinVitale