Start using Vec, NVec to avoid nP template

This commit is contained in:
Andrew Morris
2025-01-28 17:07:50 +11:00
parent b36132f8e1
commit b00d157a60
9 changed files with 401 additions and 514 deletions

View File

@@ -16,7 +16,7 @@ int main(int argc, char** argv) {
NetIOMP<nP> *ios[2] = {&io, &io2};
BristolFormat cf(circuit_file_location.c_str());
CMPC<nP>* mpc = new CMPC<nP>(ios, party, &cf);
CMPC<nP>* mpc = new CMPC<nP>(nP, ios, party, &cf);
cout <<"Setup:\t"<<party<<"\n";
mpc->function_independent();