ltonetwork / seasalt

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

BIP39 seed phrase #42

Closed jasny closed 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. For ED25519, the current schema should remain the default. BIP39 should be an alternative.

This should later be supported by all LTO client libraries

jasny commented 2 years ago

Split out in #43 and #44