mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
6 lines
114 B
Python
6 lines
114 B
Python
x = sint(0, size=int(program.args[1]))
|
|
|
|
@for_range(int(program.args[2]))
|
|
def _(i):
|
|
x.reveal().store_in_mem(0)
|