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