Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ init
Method
init
BMR/Register.cpp:29–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
int Register::counter = 0;
28
29
void Register::init(int n_parties)
30
{
31
keys.init(n_parties);
32
mask = NO_SIGNAL;
33
external = NO_SIGNAL;
34
}
35
36
void Register::init(int rfd, int n_parties) {
37
(void)rfd;
Callers
2
garble
Method · 0.45
public_input
Method · 0.45
Calls
5
Key
Class · 0.85
get_uchar
Method · 0.80
get_signal
Method · 0.80
randomize
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected