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
This is not supported in clients of other languages (js, python). BIP32 / BIP39 is only supported for secp256k1. No need to support this unless it's changed in the LTO protocol and supported everywhere.
Support BIP39 for generating private keys. For ED25519, BIP39 should an alternative to the current (brainwallet) seeding method.
Choosing BIP39 seeding should result in the same key pair for seed when using Ledger.
The current
keyPairFromSeed
method should move to a separate classBrainwalletEd25519
. And a new classBip39Ed25519
should be added.To test if the implementation is correct
The text was updated successfully, but these errors were encountered: