MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / linear_rounds

Method linear_rounds

Compiler/program.py:817–821  ·  view source on GitHub ↗
(self, change=None)

Source from the content-addressed store, hash-verified

815 self._always_raw = change
816
817 def linear_rounds(self, change=None):
818 if change is None:
819 return self._linear_rounds
820 else:
821 self._linear_rounds = change
822
823 def options_from_args(self):
824 """Set a number of options from the command-line arguments."""

Callers 2

options_from_argsMethod · 0.95
CarryOutRawFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected