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 ed25519 #743

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

Implement HD keys for ed25519 #743

robdefeo opened this issue Dec 16, 2021 · 0 comments
Labels
area/crypto crypto/ed25519 enhancement New feature or request help wanted Extra attention is needed

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 buyt compatible with ED25519 curve.

@robdefeo robdefeo added enhancement New feature or request crypto/ed25519 area/crypto help wanted Extra attention is needed labels Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/crypto crypto/ed25519 enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant