New submission from Martin Geisler <[EMAIL PROTECTED]>:

Like mul, Runtime.xor should do a local computation if one of the
operands is a known constant.

Right now it just wraps whatever it gets and calls add and mul, and
because of the wrapping a slow multiplication will take place.

Maybe the wrapping is wrong?

Or maybe we should start tracking the sharing degree of all Share
objects. I think that would be the most general and most precise
solution, and it would also enable the lazy Shamir sharing talked
about in Issue 9.

----------
messages: 157
nosy: mg
priority: feature
status: unread
title: Make local xor fast

____________________________________
VIFF Issue Tracker <[EMAIL PROTECTED]>
<http://tracker.viff.dk/issue60>
____________________________________
_______________________________________________
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