HElib
HElib copied to clipboard
HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations...
**Ubuntu 16.04:** **Detailed Description:** I have run those two commands successfully at /helib/src/ path: 1. _cmake ._ 2. _make_ But nothing happens so that I cannot find any executable file...
**[email protected]** **Your environment (OS/HW): OS ubuntu 18.04** Hello, I am new to HElib and sorry if I am missing very basic of implementation in HELib. I would like to basically...
Hi, i am confused about bootstrping. In Test_bootstrping.cpp , it choose the first set of parameters( smallest m). The result is good, but Securty level < 0. So i choose...
**Your Contact:** Flavio **Your environment (OS/HW):** **Detailed Description:** Create a INSTALL_Experiemntal.md file to capture install instructions for the OS/HW that are not part of the standard build&test process.
**Your environment (OS/HW):** Ubuntu 18.04, GMP 6.1.2, NTL 11.3.2 Hi, has anyone noticed performance decrease with newer changes? I re-ran my benchmarks multiple times and encryption, addition, multiplication, binary circuits...
**Your Contact: [email protected] Your environment (OS/HW): a technical question/problem Detailed Description:** Hi I'm new to HElib, when I use aes branch and enter aes folder, I don't know how to...
Hi, it is a question I have. I am not expert in this subject, so please, be kind on the answer. I understood the homomorphic encryption process allow to read...
**Your Contact:** [email protected] **Your environment (OS/HW):** not a technical question/problem **Detailed Description:** Hello, I have a computational problem involving the plaintext modulus p^r. I am doing computations in lets say...
**Your Contact:** [email protected] **Your environment (OS/HW):** **Detailed Description:** I am looking to use bootstrapping but with parameters that are not in the table provided with HElib. From what I can...
For [buildLinPolyCoeffs](https://github.com/homenc/HElib/blob/5bcae5fc722f1677f51d4a841ab61fa721d0bbde/src/EaCx.cpp#L210) function, the prototype has return value but implementation doesn't return anything.