mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Half-gate garbling, native 2D convolution, TensorFlow inference.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user