mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Maintenance.
This commit is contained in:
@@ -43,6 +43,9 @@ void SemiPrep::set_protocol(SemiSecret::Protocol& protocol)
|
||||
void SemiPrep::buffer_triples()
|
||||
{
|
||||
assert(this->triple_generator);
|
||||
this->triple_generator->set_batch_size(
|
||||
DIV_CEIL(BaseMachine::batch_size<SemiSecret>(DATA_TRIPLE,
|
||||
this->buffer_size), 64));
|
||||
this->triple_generator->generatePlainTriples();
|
||||
for (auto& x : this->triple_generator->plainTriples)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user