-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Shamir secret sharing maths
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.
- Loading branch information
1 parent
3687558
commit 5225bdd
Showing
1 changed file
with
344 additions
and
0 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