Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support BIP93 (codex32) #1525

Open
ikmckenz opened this issue Oct 25, 2024 · 0 comments
Open

Feature request: Support BIP93 (codex32) #1525

ikmckenz opened this issue Oct 25, 2024 · 0 comments

Comments

@ikmckenz
Copy link

BIP-0093 aka Codex32 is a Shamir's secret sharing scheme for BIP32 seeds. The scheme has many advantages over BIP39 words, and enables (among other things) the ability to hand verify checksums to verify data integrity, and is thus interesting for very long term backup of Shamir shares, even when secrets are stored in a software wallet like Sparrow.
Minimal support for BIP93 would include the ability to load the single secret share in the codex32 format, and then generate addresses and sign transactions from there. More complete support would include the ability to calculate the secret and import from k-of-n shares, and to compute shares from a newly generated seed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant