diff --git a/examples/C/mpc/test_inputs/add_1.txt b/examples/C/mpc/test_inputs/add_1.txt index fa84dcf7..0569028f 100644 --- a/examples/C/mpc/test_inputs/add_1.txt +++ b/examples/C/mpc/test_inputs/add_1.txt @@ -4,4 +4,4 @@ b 0 // client a 0 -b 2 \ No newline at end of file +b 2 diff --git a/scripts/input_parser.cpp b/scripts/input_parser.cpp index beb90ee5..b1655e7d 100644 --- a/scripts/input_parser.cpp +++ b/scripts/input_parser.cpp @@ -7,7 +7,8 @@ #include enum mode { - mpc + mpc, + fhe, }; mode hash(std::string m) {