MCPcopy 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

27int Register::counter = 0;
28
29void Register::init(int n_parties)
30{
31 keys.init(n_parties);
32 mask = NO_SIGNAL;
33 external = NO_SIGNAL;
34}
35
36void Register::init(int rfd, int n_parties) {
37 (void)rfd;

Callers 2

garbleMethod · 0.45
public_inputMethod · 0.45

Calls 5

KeyClass · 0.85
get_ucharMethod · 0.80
get_signalMethod · 0.80
randomizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected