Re: [viff-devel] [PATCH 00 of 12] Partial implementation of the Orlandi runtime.

2009-06-22 Thread Janus Dam Nielsen
Thanks for your comments. Great to get feedback on the code. If I've understood things correctly, then this gives us an actively secure protocol for full threshold scenarios, right? Yes! When the protocol is completed it is indeed true. Maybe you should publish the patches as a tree on hg.vif

Re: [viff-devel] [PATCH 00 of 12] Partial implementation of the Orlandi runtime.

2009-06-22 Thread Martin Geisler
Janus Dam Nielsen writes: >> Maybe you should publish the patches as a tree on hg.viff.dk like >> Marcel has done -- and then let me know when you're happy with it and >> want me to pull it into the main tree. > How do I get such a nice tree? You already have SSH access right? Then just create a

Re: [viff-devel] [PATCH 02 of 12] Implemented secret sharing command

2009-06-22 Thread Martin Geisler
Janus Dam Nielsen writes: >>> +s1, xi = ls[0] >>> +s2, rhoi1 = ls[1] >>> +s3, rhoi2 = ls[2] >>> +s4, Cx = ls[3] >>> +if not (s1 and s2 and s3 and s4): >>> +raise OrlandiException("Cannot share number, >>> trying to create