Skip to content

Commit 1b5e6da

Browse files
committed
update AES test case
1 parent 41cfe89 commit 1b5e6da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/aes_128_ctr.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ int hash_in_circuit(){
122122
}
123123

124124
int main(int argc, char** argv) {
125-
int port, party;
126-
parse_party_and_port(argv, &party, &port);
127125
setup_plain_prot(false, "");
128126
hash_in_circuit();
129127
finalize_plain_prot();

0 commit comments

Comments
 (0)