[viff-devel] Broken build!

2009-10-09 Thread Martin Geisler
Hi everybody, The build is broken: http://buildbot.viff.dk/waterfall Janus, you added this code to benchmark.py: def update_args(runtime, options): args = {} if options.args != : for arg in options.args.split(','): id, value = arg.split('=')

Re: [viff-devel] Broken build!

2009-10-09 Thread Janus Dam Nielsen
Hi everybody, The build is broken: That is unfortunate, thanks for notifying. I will fix it as soon as possible. Janus, you added this code to benchmark.py: def update_args(runtime, options): args = {} if options.args != : for arg in options.args.split(','):

Re: [viff-devel] Optimizing preprocessing

2009-10-09 Thread Janus Dam Nielsen
Hi Marcel, I am not opposed to your suggestion. However I would like to point out that in VIFF you compute on shares and not field elements!. Computing directly on the field elements is hacking the abstractions of VIFF. Computation on field elements or rather the representation of a Share