Skip to content

Commit

Permalink
less triple for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao Wang authored and Xiao Wang committed May 13, 2019
1 parent 0c44527 commit 945fd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/triple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int main(int argc, char** argv) {
ThreadPool pool(2*(nP-1)+2);
FpreMP<nP> mp(ios, &pool, party);

int num_ands = 1<<18;
int num_ands = 1<<17;
block * mac[nP+1];
block * key[nP+1];
bool * value;
Expand Down

0 comments on commit 945fd68

Please sign in to comment.