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

Method print

Math/square128.cpp:311–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void square16::print()
312{
313 for (int i = 0; i < 2; i++)
314 {
315 for (int j = 0; j < 8; j++)
316 {
317 for (int k = 0; k < 2; k++)
318 {
319 for (int l = 0; l < 8; l++)
320 cout << halves[k].get_bit(8 * i + j, l);
321 cout << " ";
322 }
323 cout << endl;
324 }
325 cout << endl;
326 }
327}
328
329void square128::print(int i, int k)
330{

Callers 1

check_transposeMethod · 0.45

Calls 3

get_bitFunction · 0.70
get_bitMethod · 0.45
inputMethod · 0.45

Tested by

no test coverage detected