Qifan Wang

Results 10 issues of Qifan Wang

Hi, I have a question about creating a Ctxt array. Which one should I choose (which is faster or more reasonable in ciphertext operations?): ``` Ctxt* ctxt1 = new Ctxt(publicKey,...

question

Hi team, I'm studying the CKKS scheme and wondering how does the `rescale` part work in the CKKS of HElib. If it's possible to modify it by ourselves? Similar question...

Hi, I have a question, when I generate a new context by reading from stringstream, these two context should be equal. But if I encrypt the vector using the oldContext.publickey,...

Sorry, @fionser I closed the issue in SEAL. My question is: I want to get the exact number of slots in the ciphertext to get a cyclic rotation. Or implement...

Hi, @boland25 @deanthomasson . I have a question: when I generate a new context by reading from stringstream, these two context should be equal. But if I encrypt the vector...

Hi @samee , I'm wondering how to implement the multiplexer among two parties in the linear scan of an array. I didn't find the corresponding code in this repository. As...

Hi, everyone! I have a question about the operations inside the enclave. As far as I know, OpenEnclave currently does not support `fstream` inside the enclave. So how should we...

Hi Prof. Wu @dwu4 , I want to use your code to do some experiments with HElib. I have a question about the final result in the test of Linear...

Hi, https://github.com/ucbrise/piranha/blob/8fd8219a8cf2f6d15fc5d0777310cdc87ffd9e8c/src/mpc/RSS.inl#L123-L142 In PARTY_B, we miss break which will cause errors.

Hi, @mofanv , it's really great work, and I have a question about the use of AES. ``` void aes_cbc_TA(char* xcrypt, float* gradient, int org_len) { IMSG("aes_cbc_TA %s ing\n", xcrypt);...