SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.

Results 153 SEAL issues
Sort by recently updated
recently updated
newest added

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

Hi, when I use CKKS scheme, after decrypting a ciphertext (without modulo switching), I get Plaintext, which stores the coefficients of polynomial with size poly_modulus_degree * (coeff_modulus_size - 1), so...

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...

Allow users to read the invariant noise as a double precision value. This provides more fidelity when validating noise models.

I am using SEAL to implement multi party Relin key following the following protocol in [1]: I wonder if I can use the same decomposition basis w that SEAL generated...

Based on my understanding of the scheme, so long relinearization and mod switching aren't applied, ciphertext plaintext addition and multiplication are linear operations. I've written some code to test this...