Re: [viff-devel] New passive multiplication protocol

2008-10-08 Thread Martin Geisler
Claudio Orlandi [EMAIL PROTECTED] writes: (I send your off-list reply back on track) Where is a description of the new protocol? Use the source, Luke! :-) It is just the normal passive multiplication protocol where I have cut away all the work that is not needed: we only need 2t+1 shares to

[viff-devel] [issue71] Allow self-sending

2008-10-08 Thread Martin Geisler
New submission from Martin Geisler [EMAIL PROTECTED]: At some point it became illegal to send data to oneself, and so the code looks like this in several places (this is from open): if peer_id == self.id: d = Share(self, share.field, (share.field(peer_id), share)) else: d =