-
Hello.
I am trying to test my homomorphic circuits built up using binary operations on HEAAN. I previously created and tested on HElib.
I need to set the scheme parameters so that all operation…
-
Hi!I am new to the new version. In helb_example.cpp m=32109, it runs slowly. So I change m to 4, it seem that pragrams runs much faster than before but security-level < 0. What happens if the security…
Ldisi updated
5 years ago
-
**Your Contact:**
**Your environment (OS/HW):**
**Detailed Description:**
Such as, m1 = [2], implement m1/2 = [1], Is there such function?
Ldisi updated
5 years ago
-
When I tried to CMake HELib with Visual Studio 2017, I got the following error:
CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsof…
-
Tfhe vs helib, who is faster?
akevy updated
5 years ago
-
Hi, I tried using the linear map generation and evaluation functionality in the EncryptedArray class but found that it does not output the correct result when m is a power of 2, say when m=16384 and p…
-
From what I understand, a plaintext polynomial is instance of zz_pX. Such zz_pX instance can be encrypted the following way:
```
secretKey.Encrypt(Ctxt, conv(zz_pX));
```
How can I encode a long …
-
# Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use …
-
simply including Ctxt.h results in following compilation error:
In file included from src/common/test.h:11:0,
from src/common/test.cpp:8:
HElib/src/Ctxt.h: In member function ‘v…
-
Hi folks. Is there any plan for, or existing work on, implementing hoisting in SEAL? That is, ordering the constituent parts of the rotation algorithm (for CRT batched plaintexts) so that some of tho…