[viff-devel] [issue80] Broadcast
Janus Dam Nielsen
tracker at viff.dk
Tue Mar 10 03:49:03 PDT 2009
New submission from Janus Dam Nielsen <janus.nielsen at alexandra.dk>:
I would like to see a broadcast method in the Runtime class. The
purpose of the broadcast method should be to distribute a public value
among all parties (or some subset of parties).
A case: All parties in a computation needs to read a value from
standard in, and it is a different value for each party. We want to
tell the value to everybody else.
An example use could be like the input method:
a,b,c = runtime.broadcast([1,2,3], value)
Similarly, broadcast can be used in a conditional if only some subset
of parties wants to distribute a value.
----------
assignedto: mg
messages: 310
nosy: jdn, mas, mg
status: chatting
title: Broadcast
type: wish
____________________________________
VIFF Issue Tracker <tracker at viff.dk>
<http://tracker.viff.dk/issue80>
____________________________________
More information about the viff-devel
mailing list