MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / input

Method input

BMR/Register.cpp:463–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void PRFRegister::input(party_id_t from, char value)
464{
465 (void)from;
466 (void)value;
467 ProgramParty& party = *ProgramParty::singleton;
468 party.receive_keys(*this);
469 party.store_wire(*this);
470#ifdef DEBUG
471 cout << "(PRF) input from " << from << ":" << endl;
472 keys.print(get_id());
473#endif
474}
475
476void PRFRegister::public_input(bool value)
477{

Callers 1

evalMethod · 0.45

Calls 5

receive_keysMethod · 0.45
store_wireMethod · 0.45
printMethod · 0.45
push_backMethod · 0.45
load_wireMethod · 0.45

Tested by

no test coverage detected