Xiao Wang

Results 58 comments of Xiao Wang

For obliv if, I have thought about it. One thing we can do is to simulate a stack containing conditional variables, and all assignment will then be automatically passed by...

Putting it on the schedule...

All constants are hardcoded to minimize the number of gates. All XOR gates here are only to gather outputs.

I myself am not planning for it since we do not need it for now. But pull request is welcome :)

Great! I would prefer making NetIOMP, DeltaOT,... templated with IO rather than the other way around for long-term maintenance. If we can make it similar to ".ssh/authorized_keys". That might also...

github action added, with a self-hosted machine for ARM. I think one option is to take the test size as input. That will solve the problem. (I don't want too...

I'm a bit confused. If you add --std=c++14 in your code, would it use 14 or 11?

Would it work if I put `set(CMAKE_CXX_STANDARD 11)` in emp-base.cmake? I'm just trying to see if there is a way to enforce a minimum level of C++ standard. It appears...

I have tested on multiple platforms but I cannot reproduce it. In particular, with the current code, when I add `-std=c++17`, the code will be compiled with 17.

Please look at the latest version if that works. You can now specify the default standard by using, e.g., `cmake -DCMAKE_CXX_STANDARD=14 .`.