You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for splitting secret key material into n shares such that:
- combining *any* t < n of them is enough to reproduce the original
secret; and
- combining *fewer* than t yields no information about the original
secret.
Addresses #325.
Add support for splitting secret key material into n shares such that:
- combining *any* t < n of them is enough to reproduce the original
secret; and
- combining *fewer* than t yields no information about the original
secret.
Addresses #325.
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.
Add support for splitting secret key material into n shares such that:
- combining *any* t < n of them is enough to reproduce the original
secret; and
- combining *fewer* than t yields no information about the original
secret.
Addresses #325.
Write algorithm to distribute a secret wallet digest between N (two or three?) parties.
The text was updated successfully, but these errors were encountered: