mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-30 18:08:39 -04:00
add more secret sharing info
This commit is contained in:
parent
60cdcd0533
commit
084f67693d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Yao's protocol was limited to two parties. The new GMW paradigm expands the prot
|
|||
|
||||
#### Secret Sharing
|
||||
|
||||
The new paradigm relies on [secret sharing](https://web.mit.edu/6.857/OldStuff/Fall03/ref/Shamir-HowToShareASecret.pdf), which is a method of splitting private information like a cryptographic key into multiple parts such that it will only reveal the secret if a certain threshold of people combine their parts together.
|
||||
The new paradigm relies on [secret sharing](https://web.mit.edu/6.857/OldStuff/Fall03/ref/Shamir-HowToShareASecret.pdf), invented by Adi Shamir in 1979, which is a method of splitting private information like a cryptographic key into multiple parts such that it will only reveal the secret if a certain threshold of people combine their parts together.
|
||||
|
||||
#### Zero-Knowledge Proofs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue