Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ required_bit_length
Method
required_bit_length
Compiler/program.py:465–466 ·
view source on GitHub ↗
(self, t)
Source
from the content-addressed store, hash-verified
463
self.req_num += tape.req_num
464
465
def
required_bit_length(self, t):
466
return
max(x.req_bit_length[t]
for
x in self.tapes)
467
468
def
write_bytes(self):
469
Callers
2
write_bytes
Method · 0.95
expected_communication
Method · 0.95
Calls
1
max
Function · 0.85
Tested by
no test coverage detected