mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Required preprocessing for semi-honest protocols.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "ShiftableTripleBuffer.h"
|
||||
|
||||
template<class T> class Beaver;
|
||||
template<class T> class SubProcessor;
|
||||
|
||||
namespace GC
|
||||
{
|
||||
@@ -29,6 +30,7 @@ class SemiPrep : public BufferPrep<SemiSecret>, ShiftableTripleBuffer<SemiSecret
|
||||
|
||||
public:
|
||||
SemiPrep(DataPositions& usage, bool = true);
|
||||
SemiPrep(void*, DataPositions& usage) : SemiPrep(usage) {}
|
||||
~SemiPrep();
|
||||
|
||||
void set_protocol(SemiSecret::Protocol& protocol);
|
||||
|
||||
Reference in New Issue
Block a user