mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 05:57:57 -05:00
6 lines
98 B
Python
6 lines
98 B
Python
a = sbits.get_type(int(program.args[1]))(0)
|
|
|
|
@for_range(int(program.args[2]))
|
|
def _(i):
|
|
a & a
|