VSS
security
Verifiable Secret Sharing
Secret sharing (splitting a secret into shares so a threshold can reconstruct it, e.g. Shamir's) plus proofs that let each party verify their share is valid and consistent without learning the secret — removing the need to trust the dealer who distributed the shares. VSS is a building block of distributed key generation and threshold cryptography, where 'no single party holds the secret' must be guaranteed, not just promised.
Related terms
Every glossary term is educational only. Nothing on this page constitutes financial, investment, tax, or legal advice. Browse all 395 terms →
Spotted an error? Report it on GitHub — our correction policy