mirror of
https://github.com/privacy-scaling-explorations/emp-wasm.git
synced 2026-01-09 10:07:54 -05:00
Remove nP_deprecated templates
This commit is contained in:
@@ -16,7 +16,7 @@ int main(int argc, char** argv) {
|
||||
NetIOMP *ios[2] = {&io, &io2};
|
||||
BristolFormat cf(circuit_file_location.c_str());
|
||||
|
||||
CMPC<nP>* mpc = new CMPC<nP>(nP, ios, party, &cf);
|
||||
CMPC* mpc = new CMPC(nP, ios, party, &cf);
|
||||
cout <<"Setup:\t"<<party<<"\n";
|
||||
|
||||
mpc->function_independent();
|
||||
|
||||
Reference in New Issue
Block a user