🔗 Shamir's Secret Sharing
🔗 Cryptography
🔗 Cryptography/Computer science
Shamir's Secret Sharing is an algorithm in cryptography created by Adi Shamir. It is a form of secret sharing, where a secret is divided into parts, giving each participant its own unique part.
To reconstruct the original secret, a minimum number of parts is required. In the threshold scheme this number is less than the total number of parts. Otherwise all participants are needed to reconstruct the original secret.
Discussed on
- "Shamir's Secret Sharing" | 2023-10-27 | 12 Upvotes 3 Comments
- "Shamir's Secret Sharing" | 2018-08-18 | 177 Upvotes 45 Comments
- "Shamir's Secret Sharing" | 2016-05-16 | 66 Upvotes 16 Comments