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

Method always_raw

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

Source from the content-addressed store, hash-verified

809 self._square = change
810
811 def always_raw(self, change=None):
812 if change is None:
813 return self._always_raw
814 else:
815 self._always_raw = change
816
817 def linear_rounds(self, change=None):
818 if change is None:

Callers 2

options_from_argsMethod · 0.95
input_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected