| Home | Trees | Indices | Help |
|
|---|
|
|
A non-consistent broadcast scheme mainly useful for full threshold security.
A value is send using `send_value` and when received a hash is generated and exchanged among the receivers. If a receiver receives a hash which is not equal to the one he generated, then he sends an error signal to the others and they stop the computation. Else he sends an ok signal and the computation continues.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Broadcast the messeage from senders to receivers. Returns a list of deferreds if the calling player is among the receivers and there are multiple senders. Returns a single element if there is only on sender, or the calling player is among the senders only. The order of the resulting list is guaranteed to be the same order as the list of senders. Senders and receivers should be lists containing the id of the senders and receivers, respectively. Note: You send implicitly to your self. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 19 16:43:41 2009 | http://epydoc.sourceforge.net |