| 42 | } |
| 43 | |
| 44 | void OTTripleSetup::run(int i) |
| 45 | { |
| 46 | baseOTs.at(i)->set_receiver_inputs(base_receiver_inputs); |
| 47 | baseOTs.at(i)->exec_base(false); |
| 48 | baseSenderInputs.at(i) = baseOTs.at(i)->sender_inputs; |
| 49 | baseReceiverOutputs.at(i) = baseOTs.at(i)->receiver_outputs; |
| 50 | } |
| 51 | |
| 52 | void OTTripleSetup::close_connections() |
| 53 | { |
no test coverage detected