Qifan Wang
Qifan Wang
It's probably different, as explained in the original [HEAAN](https://eprint.iacr.org/2016/421.pdf) paper in `P3`: > For homomorphic operations, we always maintain our decryption structure small enough compared to the ciphertext modulus so...
@raghav198 @faberga hit this issue when using multithread
What's the scenario in Obliv-c? Is the array shared between two parties (sat Alice and Bob)? Or only Alice locally stores the array while the private index is shared between...
Hi @samee , many thanks for your reply! Got it! > The array is shared between the two parties. The values can come from anywhere (i.e. directly from Alice or...
I'm asking how to apply the multiplexers into the secure protocol in Obliv-C since I didn't find the details. Additionally, I want to replace the underlying Garbled Circuits with other...
Many thanks for your help! @chester-leung I will study this and figure out how it works.
Hi @chester-leung , Sry for reopening this issue, I have another question. Now, I want to link the [NTL](https://libntl.org/) and GMP library inside the enclave. Could you tell me how...
@podcastinator Many thanks for your reply! I will study the use of AVX2 in this project. @chester-leung Currently, I'm working on the combination of HElib and OE. As you said,...
@ryanleh I'd like to do some pre-computation based on HE outside the enclave. Then decrypt it inside the enclave. May I ask how can I use the module `oe_load_module_host_file_system` in...
Got it! Thank you! @podcastinator here should be stack pages https://github.com/mc2-project/secure-xgboost/blob/96eb1a9a985135566b720da220a1fb20ef978ee4/CMakeLists.txt#L30