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