Package Cryptodome :: Package Protocol :: Module SecretSharing

Module SecretSharing

This file implements secret sharing protocols.

In a (k, n) secret sharing protocol, a honest dealer breaks a secret into multiple shares that are distributed amongst n players.

The protocol guarantees that nobody can learn anything about the secret, unless k players gather together to assemble their shares.

Classes
  Shamir
Shamir's secret sharing scheme.
Variables
  __package__ = 'Cryptodome.Protocol'