Enrico Steffinlongo
Enrico Steffinlongo
Hi Mike, can you tell me how did you try to compile the file? Consider that the helib_example project should to be compiled us using the supplied cmake script (with...
Hi, an estimate of the size of a serialized ciphertext object can be found [here](https://github.com/homenc/HElib/blob/master/utils/common/common.h#L69). Consider that this estimate is absolutely experimental and subjected to change in the future.
Hi, from what you wrote, it seems like the issue is that when you are configuring the `BGV_general_example` project you are not telling CMake where HElib is installed. To do...
Hi, one of the reasons of this issue is that the `AES` code is not working at the moment. Also I suggest you to build HElib and `BGV_general_example.cpp` using the...