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

Missing Mnemonic.toEcdsaPrivateKey() function for "legacy" ECDSA private keys #390

Open
krsticmilos96 opened this issue Sep 26, 2024 · 0 comments
Labels
enhancement New feature or request P1
Milestone

Comments

@krsticmilos96
Copy link

Problem

If private key is created from mnemonic using Mnemonic.toEcdsaPrivateKey() we cannot use Mnemonic.toStandardECDSAsecp256k1PrivateKey() to retrieve that private key from memonics. Those two functions are having different algorithm and they are returning different values. Because of that we need to support both toEcdsaPrivateKey() and toStandardECDSAsecp256k1PrivateKey().

Solution

Implement toEcdsaPrivateKey() and toStandardECDSAsecp256k1PrivateKey()

Alternatives

No response

@krsticmilos96 krsticmilos96 added the enhancement New feature or request label Sep 26, 2024
@SimiHunjan SimiHunjan added this to the v0.33.0 milestone Oct 1, 2024
@SimiHunjan SimiHunjan added the P1 label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1
Projects
None yet
Development

No branches or pull requests

2 participants