Encrypted communication for replicated secret sharing.

This commit is contained in:
Marcel Keller
2018-11-05 16:00:29 +11:00
parent 7c910f75c5
commit 41449cd5d9
40 changed files with 412 additions and 125 deletions

View File

@@ -53,7 +53,7 @@ Thread<T>* ThreadMaster<T>::new_thread(int i)
template<class T>
void ThreadMaster<T>::run()
{
P = new Player(N, 1 << 24);
P = new PlainPlayer(N, 1 << 24);
machine.load_schedule(progname);
for (int i = 0; i < machine.nthreads; i++)