Hi!

In the following code line the variable ra1 from node 1, 2 and 3 is assigned to r1, r2 and r3, respectively.
r1, r2, r3 = runtime.shamir_share([1, 2, 3], Zp, self.ra1)

Is it possible that just node 1 have a variable ra1 to share? In my mind it would have looked like this:
r1 = runtime.shamir_share([1], Zp, self.ra1)
Shouldn't such a scenario be possible to achieve?

Håvard
_______________________________________________
viff-devel mailing list (http://viff.dk/)
viff-devel@viff.dk
http://lists.viff.dk/listinfo.cgi/viff-devel-viff.dk

Reply via email to