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

Method malicious_protocol

Compiler/program.py:974–976  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

972 self.expansion_timeout = None
973
974 def malicious_protocol(self):
975 if self.options.execute:
976 return is_malicious(self.options.execute)
977
978class Tape:
979 """A tape contains a list of basic blocks, onto which instructions are added."""

Callers 1

is_maliciousMethod · 0.80

Calls 1

is_maliciousFunction · 0.85

Tested by

no test coverage detected