Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ load
Method
load
Compiler/instructions_base.py:553–554 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
551
else
:
552
return
self.type(size=size)
553
def
load(self):
554
return
self.reg
555
def
store(self, reg):
556
if
self.type != type(None):
557
self.reg.update(reg)
Callers
3
f
Method · 0.45
expand_to_function
Method · 0.45
expand_to_tape
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected