mirror of
https://github.com/privacy-scaling-explorations/emp-wasm.git
synced 2026-01-09 10:07:54 -05:00
replace netmp::count
This commit is contained in:
@@ -65,7 +65,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
mpc->online(&input, &output);
|
||||
uint64_t band2 = io.count();
|
||||
uint64_t band2 = count_multi_io(io);
|
||||
cout <<"bandwidth\t"<<party<<"\t"<<band2<<endl;
|
||||
cout <<"ONLINE:\t"<<party<<"\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user