-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: CLI commands for Shamir secret sharing
Add two CLI commands: - `shamir-share t n`: Split the wallet secret into n shares such that any t of them can reproduce the original secret with ... - `shamir-recombine t`: Combine t Shamir secret shares to reconstruct a wallet secret. Closes #325.
- Loading branch information
1 parent
27ca2f0
commit e65f6ba
Showing
2 changed files
with
296 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.