ltonetwork / seasalt

NaCl compatible cryptography library using Bouncy Castle (Java)
Apache License 2.0
3 stars 1 forks source link

BIP39 support for ECDSA #43

Open jasny opened 2 years ago

jasny commented 2 years ago

Support BIP39 for generating private keys. For ECDSA, BIP39 should be the only method available for seeding.

https://levelup.gitconnected.com/blockchain-series-how-metamask-creates-accounts-a8971b21a74b

The current keyPairFromSeed method should be removed. Create a new class Bip39ECDSA, specifically for seeding.

To test if the implementation is correct