mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Python 3, semi-honest computation using semi-homomorphic encryption.
This commit is contained in:
@@ -59,7 +59,7 @@ void ThreadMaster<T>::run()
|
||||
|
||||
if (T::needs_ot)
|
||||
for (int i = 0; i < machine.nthreads; i++)
|
||||
machine.ot_setups.push_back({{*P, true}, {*P, true}});
|
||||
machine.ot_setups.push_back({*P, true});
|
||||
|
||||
for (int i = 0; i < machine.nthreads; i++)
|
||||
threads.push_back(new_thread(i));
|
||||
|
||||
Reference in New Issue
Block a user