mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-08 21:18:03 -05:00
Semi-honest replicated sharing now has parallel shuffling
This commit is contained in:
@@ -896,7 +896,7 @@ void SubProcessor<T>::apply_shuffle(const Instruction& instruction,
|
||||
const auto& args = instruction.get_start();
|
||||
|
||||
const auto n_shuffles = args.size() / 5;
|
||||
vector<int> sizes(n_shuffles, 0);
|
||||
vector<size_t> sizes(n_shuffles, 0);
|
||||
vector<int> destinations(n_shuffles, 0);
|
||||
vector<int> sources(n_shuffles, 0);
|
||||
vector<int> unit_sizes(n_shuffles, 0);
|
||||
|
||||
Reference in New Issue
Block a user