| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_hyper = NoneA hyper-invertible matrix. |
|||
|
|||
Share a random secret. The guarantee is that a number of shares are made and out of those, the T that are returned by this method will be correct sharings of a random number using degree as the polynomial degree. |
Double-share a random secret using two polynomials. The guarantee is that a number of shares are made and out of those, the T that are returned by this method will be correct double-sharings of a random number using d1 and d2 as the polynomial degrees. |
|
Generate multiplication triples. These are random numbers a, b, and c such that c = ab. This function can be used in pre-processing. Returns a tuple with the number of triples generated and a Deferred which will yield a list of 3-tuples. |
|
|||
_hyperA hyper-invertible matrix. It should be suitable for num_players players, but since we don't know the total number of players yet, we set it to None here and update it as necessary.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 19 16:43:38 2009 | http://epydoc.sourceforge.net |