/rev/824ae3770456
changeset: 1260:824ae3770456
user:      Marcel Keller <[email protected]>
date:      Wed Oct 07 15:23:12 2009 +0200
summary:   Increment the program counter for synchronizing.

diffstat:

 viff/runtime.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 547e9bc99d12 -r 824ae3770456 viff/runtime.py
--- a/viff/runtime.py   Wed Sep 30 14:34:49 2009 +0200
+++ b/viff/runtime.py   Wed Oct 07 15:23:12 2009 +0200
@@ -680,6 +680,7 @@
         adding callbacks to the returned :class:`Deferred`, one can
         divide a protocol execution into disjoint phases.
         """
+        self.increment_pc()
         shares = [self._exchange_shares(player, GF256(0))
                   for player in self.players]
         result = gather_shares(shares)
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to