mirror of
https://github.com/privacy-scaling-explorations/emp-wasm.git
synced 2026-01-08 17:47:56 -05:00
fix m2pc
This commit is contained in:
@@ -59,7 +59,6 @@ int main(int argc, char** argv) {
|
||||
string res = "";
|
||||
for(int i = 0; i < cf.n3; ++i)
|
||||
res += (output.get_plaintext_bit(i)?"1":"0");
|
||||
cout << hex_to_binary(string(out3))<<endl;
|
||||
cout << res<<endl;
|
||||
|
||||
delete mpc;
|
||||
|
||||
0
scripts/build_m2pc.cpp → scripts/build_m2pc_test.sh
Normal file → Executable file
0
scripts/build_m2pc.cpp → scripts/build_m2pc_test.sh
Normal file → Executable file
0
scripts/m2pc_test.sh
Normal file → Executable file
0
scripts/m2pc_test.sh
Normal file → Executable file
Reference in New Issue
Block a user