mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 22:17:57 -05: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)
|