Half-gate garbling, native 2D convolution, TensorFlow inference.

This commit is contained in:
Marcel Keller
2020-06-15 15:22:04 +10:00
parent 31e43a6576
commit 3f9f3be575
138 changed files with 2677 additions and 1204 deletions

View File

@@ -64,4 +64,12 @@ void SemiPrep::buffer_bits()
this->bits.push_back((r >> i) & 1);
}
size_t SemiPrep::data_sent()
{
if (triple_generator)
return triple_generator->data_sent();
else
return 0;
}
} /* namespace GC */