Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ check
Method
check
Compiler/instructions_base.py:927–928 ·
view source on GitHub ↗
(cls, arg)
Source
from the content-addressed store, hash-verified
925
class
ImmediateModpAF(IntArgFormat):
926
@classmethod
927
def
check(cls, arg):
928
super(ImmediateModpAF, cls).check(arg)
929
930
class
ImmediateGF2NAF(IntArgFormat):
931
@classmethod
Callers
nothing calls this directly
Calls
1
check
Method · 0.45
Tested by
no test coverage detected