Lennart Braun

Results 40 comments of Lennart Braun
trafficstars

Hi, the README is out of date. Instead of `ot.exe` you want to use `./mains/otmain` (relative to the build directory).

openssl-cmake looks like they just copy the OpenSSL sources into their repository and its also not up to date.

MOTION only builds Boost if it cannot find a suitable version on the system. Have you tried installing a more recent version?

It breaks during a2y operations (test cases 24 and 25) in [`yaoserversharing.cpp:275`](https://github.com/encryptogroup/ABY/blob/f59161cf8c164d818284db6cabacddb711db6dfc/src/abycore/sharing/yaoserversharing.cpp#L275) and [`yaoclientsharing.cpp:427`](https://github.com/encryptogroup/ABY/blob/f59161cf8c164d818284db6cabacddb711db6dfc/src/abycore/sharing/yaoclientsharing.cpp#L427) (see below). The `ArithSharing::InstantiateGate` method should be modified anyway since the `UGATE_T*` points to a buffer...

Hi, yes, this is known a problem, see e.g. #15. Unfortunately, this has not been resolved yet. Some users have written custom wrappers using reference-counted `shared_pointers`. See e.g. [here](https://github.com/encryptogroup/ABY/pull/27#issuecomment-310336646) or...

Thanks for the detailed report! Can you share the test program(s) you have written? That might help us to resolve the problem. It looks like there is something wrong with...

This issue also appears during the abytest in case it gets to the AES part. I have an idea: I guess the problem is that the `std::array RcvThread::listeners` is not...

@sebastianst Done.

@mayank0403 The build is successful. However, the test cases currently fail on the Travis build server. (I think it has something to do with the race conditions #69.)

@mayank0403 I have just started a Ubuntu VM and I am looking into it right now.