MG

Results 35 issues of MG

Hi, for encryption mechanism, there are two modes, block cipher and stream cipher. So for HE, or for different HE schemes (BFV, BGV, CKKS, etc.), which cipher mode do these...

Hi, May I know if HElib supports the bootstrapping operations of CKKS or not? If yes, where could I find it and its demos or examples? BR

Hi, Could I fork this repo and submit code change as a Pull Request for SEAL to make code contribution? BR

Hi, According to this link https://www.youtube.com/watch?v=XaYEHnaAg8M&list=WL&index=61&t=2643s the primes digits should be like 60, 40, 40, 60 or so. At least the first prime digit 60 should be bigger than the...

SEALContext context(parms); print_parameters(context); cout

Hi, Is there any example of HE bootstrapping(e.g. CKKS bootstrapping)? I couldn't find bootstrapping code in the 5_ckks_basics.cpp file. ![image](https://user-images.githubusercontent.com/754293/182087462-5703a1f3-9f50-482b-ae6d-a71455b0a28d.png) BR

Hi, I see this repo mainly is composed of C++ code. So why isn't this repo be written in Java or C#? What's the considerations for coding languages? use C++...

"Homomorphic encryption cannot be used to enable data scientists to circumvent GDPR." why couldn't it be used to circumvent GDPR? GDPR aims to protect privacy, right? And HE could make...

Hi, Are there any tutorial videos or webseminar videos of Lattigo? And any online community of lattigo like in stackoverflow or slack channel? Looks like lattigo code has not enough...

Hi, ![image](https://user-images.githubusercontent.com/754293/185278614-cfaadd81-c9d2-487d-bec7-9d8fb1f7c0f7.png) May I know why here the comment says it's 65.0000116961637 bits? 0x800004001=100000000000000000000100000000000001 0x40002001=1000000000000000010000000000001 they totally have 64 bits, and how to get65.0000116961637 bits which even has decimal part?...