Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ function_block
Function
function_block
Compiler/library.py:738–739 ·
view source on GitHub ↗
(function)
Source
from the content-addressed store, hash-verified
736
return
get_tape()
737
738
def
function_block(function):
739
return
FunctionBlock(function)
740
741
def
function_block_with_compile_args(*args):
742
def
wrapper(function):
Callers
1
create_round_fn
Function · 0.85
Calls
1
FunctionBlock
Class · 0.85
Tested by
no test coverage detected