Remove nP_deprecated templates

This commit is contained in:
Andrew Morris
2025-01-28 18:16:26 +11:00
parent 4995d62685
commit 124c76222d
4 changed files with 6 additions and 8 deletions

View File

@@ -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();