L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
199 stars 39 forks source link

generate ldk seed from bip32 master priv key #137

Closed johncantrell97 closed 1 year ago

johncantrell97 commented 1 year ago

This allows us to use 12 or 24 word mnemonics with or without a passphrase and still get 32 bytes for our ldk seed used in the KeysManager.

Still need to implement bip39 and a recovery flow.