Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ push_stack
Method
push_stack
Processor/Processor.hpp:1176–1180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1174
1175
template<class T>
1176
void SubProcessor<T>::push_stack()
1177
{
1178
S.push_stack();
1179
C.push_stack();
1180
}
1181
1182
template<class T>
1183
void SubProcessor<T>::push_args(const ArgVector& args)
Callers
1
call_tape
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected