Skip to content

Commit

Permalink
update AES test case
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiao1254 committed May 10, 2021
1 parent 41cfe89 commit 1b5e6da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/aes_128_ctr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ int hash_in_circuit(){
}

int main(int argc, char** argv) {
int port, party;
parse_party_and_port(argv, &party, &port);
setup_plain_prot(false, "");
hash_in_circuit();
finalize_plain_prot();
Expand Down

0 comments on commit 1b5e6da

Please sign in to comment.