emp-sh2pc icon indicating copy to clipboard operation
emp-sh2pc copied to clipboard

Semi-honest Two Party Computation Based on Garbled Circuits.

Results 4 emp-sh2pc issues
Sort by recently updated
recently updated
newest added

Hello, sorry for disturbing you. I have observed that shift operations can be conducted on secure integers successfully on bit-representation. However, it will turn a negative signed integer into an...

I am trying to use EMP-sh2pc with FerretOT, see also issue #31. What I have done so far is: - For the `SemiHonestParty` constructor in `sh_party.h`, I have replaced `...

I want to know whether both sides can run under two threads. If so, can you provide an example.

I am looking at circuit_file.cpp and try to understand how sh2pc works. In circuit_file.cpp, Alice and Bob tries to compute AES function together, but it seems they do not run...