Re: [viff-devel] [PATCH 03 of 12] Implementation of the open command

2009-06-19 Thread Martin Geisler
Janus Dam Nielsen writes: > +@increment_pc > +def open(self, share, receivers=None, threshold=None): > +"""Share reconstruction. > + > +Every parti broadcasts a share pair (x_{i}^{'}, rho_{x,i}^{'}). Typo: "parti" -> "party". Also, the prime (') should not be put as a sup

[viff-devel] [PATCH 03 of 12] Implementation of the open command

2009-06-19 Thread Janus Dam Nielsen
# HG changeset patch # User Janus Dam Nielsen # Date 1245394850 -7200 # Node ID 29c28d1a8e5f5647fe97d7b01f5924f3ef006301 # Parent f780a9ea514acb7de9d70022a8845938599696c8 Implementation of the open command. diff --git a/viff/orlandi.py b/viff/orlandi.py --- a/viff/orlandi.py +++ b/viff/orlandi.p