Files
MP-SPDZ/Programs/Source/mul-bench.py
2025-12-24 13:47:42 +11:00

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)