Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bip32: add a method to create ExtendedPrivateKey from SigningKey #1185

Closed
fjarri opened this issue Jul 11, 2024 · 1 comment · Fixed by #1186
Closed

bip32: add a method to create ExtendedPrivateKey from SigningKey #1185

fjarri opened this issue Jul 11, 2024 · 1 comment · Fixed by #1186

Comments

@fjarri
Copy link
Contributor

fjarri commented Jul 11, 2024

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.

@tony-iqlusion
Copy link
Member

@fjarri sure, that sounds fine to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants