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

Method get_sender_output

OT/OTExtensionWithMatrix.cpp:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389octet* OTExtensionWithMatrix::get_sender_output(int choice, int i)
390{
391 return (octet*)&senderOutputMatrices[choice].squares[i/128].rows[i%128];
392}
393
394void OTExtensionWithMatrix::print(BitVector& newReceiverInput, int i)
395{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected