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

Implement HD keys for SR25519 #744

Open
3 tasks
robdefeo opened this issue Dec 16, 2021 · 0 comments
Open
3 tasks

Implement HD keys for SR25519 #744

robdefeo opened this issue Dec 16, 2021 · 0 comments
Labels

Comments

@robdefeo
Copy link
Member

Is your feature request related to a problem? Please describe.
Users need to use derived keys for message actions.

Describe the solution you'd like
Follow similar structure approach to #742 which implements for secp256k1

  • Create chain agnostic solution for deriving public and private keys for the crypto/ed25519 package.
  • Create unit tests covering similar cases to feat: implement HD keys for secp256k1 #742
  • Implement ExtendedPublicKey and ExtendedPrivateKey from crypto package

Additional context
Need to research solution that is close to BIP32 but compatible with SR25519 curve. See also #743

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

No branches or pull requests

1 participant