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
Currently the only way to create an ExtendedPrivateKey is to generate it from a seed. I would like to use bip32 to derive child keys for DKG shares, where a signing key (or rather a share of one) has already been created by different means. Would you accept a PR that adds this functionality? Such a constructor would probably have to take an external chain code as well, since it'll have to be the same for all shares.
The text was updated successfully, but these errors were encountered:
Currently the only way to create an
ExtendedPrivateKey
is to generate it from a seed. I would like to usebip32
to derive child keys for DKG shares, where a signing key (or rather a share of one) has already been created by different means. Would you accept a PR that adds this functionality? Such a constructor would probably have to take an external chain code as well, since it'll have to be the same for all shares.The text was updated successfully, but these errors were encountered: