-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a99dfa3
commit d5965e9
Showing
1 changed file
with
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<pre> | ||
__ __ __ | ||
( (` ( (` ( (` | ||
_)_) _)_) _)_) | ||
</pre> | ||
## Shamir's Secret Sharing | ||
|
||
Welcome to Shamir's Secret Sharing! | ||
With a little typing here, and a little algebra there [^1], | ||
you and your friends can securely share a secret. | ||
|
||
Read more about Shamir's Secret Sharing [here](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing) | ||
|
||
[^1]: [Lagrange Polynomials](https://en.wikipedia.org/wiki/Lagrange_polynomial) |