Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 352 Bytes

ShamirSecretSharing.md

File metadata and controls

3 lines (3 loc) · 352 Bytes
  • Secret sharing scheme solves the problem of a dealer who wishes to share a secret s amongst n parties,
  • Any subset of t+1 or more of the parties can reconstruct the secret, yet no subset of t or fewer parties can learn anything about the secret.
  • A scheme that fulfils these requirements is called a (t+1)-out-of-n-threshold secret-sharing scheme.