Lennart Braun
Lennart Braun
Regarding the filesystem library: We should try to use `std::filesystem` and can fallback to `std::experimental::filesystem` or `boost::filesystem` if the former is not available. Using Boost was also requested for Mac...
> (previously ENCRYPTO_utils was downloaded twice, once for ABY and once for OTExtension) This does not happen for me on the current public branch: ``` lennart:ABY/ (public) $ ll extern/ENCRYPTO_utils...
Some general remark on commits: It would be great for reviewing and keeping track of the changes in the repository if the changes are split into several commits that are...
> The reason why we have two locations is that the config files are found by a path relative to the project source directory (as the config files conceptually belong...
Hi there, I have looked at this PR again. First some comments: - Regarding dependencies: - Reference them by release. When a git repository is used, reference them by tags...
> > Document how this works and how one would add additional dependencies. There is a lot of code and variables. It's not obvious to me. > > How to...
> However, the error might be because of the > `float local_h;` > line. In C++, the value is undefined if it is not initialized (which may be a value...
Hi, ABY may be called from different programs, but both need to construct the same circuit of course. The simplest way to add another communication channel between Alice and Bob...
Boost.Asio is quite nice to use in C++, especially compared to the classic BSD Socket API.
MIRACL is not used in this project anymore. Please remove all changes concerning MIRACL.