-
Hi, team! @WeiDaiWD
I'm trying to move to SEAL (the previous used is HElib). I have some questions about select parameters to create context and keys.
First, I want to do some performance tests be…
-
Hi, thanks for this wonderful project! I have a problem about the concept of threshold encryption shceme here. It seems that the MBFV(DBFV) scheme is a N-out-of-N threshold encryption scheme. By the c…
-
Hi, I'm trying to use your sample code below,
./comparison_circuit B 7 2 300 90 3 10 y
But it shows 'helib::LogicError' Decrypting with too much noise in Helib 2.1.0. (also in 2.0.0)
Could you chec…
-
I link the 3rd library inside the enclave, hit the issue `segfault` when running this code.
But when I debug to the located function, I found a lot of `oe_is_outside_enclave` and `oe_is_outside_encla…
-
I am wondering how SEAL decides the security level and precision bit in CKKS context. In HElib, precison bit is a input parameter of CKKS context, and security level could be calculated with Context::…
-
Hi, I'm linking the third libraries (NTL, helib) to the enclave, and these libraries use the header `#include `. But when I `make` the file, I hit the issue about `no member named 'signbit' in the g…
-
I'm using a similar function `stringstream ss; publicKey.writeTo(ss);` in the HElib. Sry for proposing a question here, no one responded to the questions in HElib. And there are some similar seriali…
-
Hi, team.
I run a program, a class variable is generated and stored in the host memory.
In this case, is it available for the enclave to access this class variable to do the following operations?
…
-
Hi, Team. I want to use headers `intrinsics` for AVX2 instructions, such as `#include `. Does OE support now?
One specific question when compiling `intrinsics` headers:
@anakrish I hit many such …
-
**Question**
In the built Alpine Docker container, I found the static library `libmlhelib.a` and dynamic library `libhelib.so`.
So we didn't build the static library `libhelib.a` in this example? …