MP-SPDZ
MP-SPDZ copied to clipboard
Versatile framework for multi-party computation
**Describe the result** Hello, I run the code below: y = sint(5) x = sbitvec(y, 3, 3) print_ln('%s', [x.v[0].reveal(), x.v[1].reveal(), x.v[2].reveal()]) and it takes 200s (including offline time). I want...
Hi, Keller, When performing sfix multiplication with large numbers, the overflow handling is inconsistent. For two very similar inputs that should both result in an overflow, one correctly produces NaN...
**Relevant documentation** The public outputs section discusses print_ln, but not writing to a file. https://mp-spdz.readthedocs.io/en/latest/io.html?highlight=writing%20file#public-outputs **The question** I need to create a dynamically sized array, the specific size is dependent...