mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Encrypted communication for replicated secret sharing.
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user