Fritz Alder
Fritz Alder
That is a little bit tricky, I don't know what is going on there. Maybe try to test SEAL and ABY independently. E.g. take some elements out of the minionn.cpp...
If you solve this, I am happy to accept pull requests. I am not actively supporting this code anymore but I am willing to put in some effort to keep...
Hi, it is nice to see that there is interest in our project. Your error looks like it is only related to pybind11. Can you maybe try to run a...
Yes, this looks like a pybind11 problem... Maybe test a simple cppimport example first and see if you can make pybind11 run at all. Here is the cppimport repository with...
Hi, set the -v flag to enable verbose output (see -h for other parameters you can set). Can you send the output of the server and client again with verbose...
Good catch on the gcc version @manel1874 ! Sadly this is one of these things that we can not really test with our capabilities here :) @Cestlaviez : Actually this...
You do not need to generate your own GRPC sources. They already exist in the common folder. If you really want to regenerate them, read the Readme in the proto...
If you end up solving the backwards compatibility with current software, please send in a PR. I'm not actively supporting this code anymore but am happy to put in a...
Hi, this is a week old and maybe you fixed it already. If you did, then please tell here what fixed your problem. This was a difficult error to debug...
No problem! Check the Readme where it explains how to set up SEAL. You have to add the following line to the CMakeLists.txt of SEAL before installing SEAL: set(CMAKE_POSITION_INDEPENDENT_CODE ON)...