boltz-rust icon indicating copy to clipboard operation
boltz-rust copied to clipboard

Add KeyPair from mnemonic

Open nullcount opened this issue 3 weeks ago • 0 comments

I understand that each one-time use KeyPair should be stored by the clients -- not the library itself. However, the library could assist in key-recovery efforts by supporting the generation of child key pairs from a parent seed phrase mnemonic. That way, if clients lost access to their secret keys, it is still possible to recover those keys using the mnemonic.

Usage might look like this:

keypair = KeyPair.from_mnemonic("bacon bacon bacon bacon bacon bacon bacon bacon bacon bacon bacon bacon")

nullcount avatar Nov 19 '25 17:11 nullcount