Home | Trees | Indices | Help |
|
---|
|
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__ =
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Feb 16 14:05:21 2017 | http://epydoc.sourceforge.net |