mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 21:48:11 -05:00
6 lines
124 B
Python
6 lines
124 B
Python
x = personal(0, cint(0, size=int(program.args[1])))
|
|
|
|
@for_range(int(program.args[2]))
|
|
def _(i):
|
|
sint(x).store_in_mem(0)
|