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

Modify the wrong variable name to make the calculation result of x^8 correct

Hello, I want to calculate the mean of encrypted integers, for this I calculated first their sum, I have to divide it by the number of integers (also encrypted). The...

Hello, I'm trying to compute a geometric serie with encrypted constant ratio x_encrypted_example for a fixed N iterations, however i noticed that the noise budget before and after the reliniarisation...

Building on windows using Visual Studio Developer Command Prompt failed. I used following command, cmake -S . -B build -G "Visual Studio 17 2022" -A x64 This gave me following...

Hello, I wanted to find a way to share a private key between devices safely. I thought about encrypting a 0 in device A and sending that ciphertext to device...

Is there an implementation of multi key CKKS in the SEAL library?

When building Rust docs for our `seal_fhe` Rust wrapper crate, the [docs](https://docs.rs/crate/seal_fhe/0.5.0) fail to compile because docs.rs builds run in a Docker container that doesn't allow network access during compilation....

performance on Intel Xeon Gold 6250L ![image](https://user-images.githubusercontent.com/18738030/177547657-518a24b9-5097-4f4e-891c-f5a64c2d5511.png) performance on Intel Core i7-9750H ![image](https://user-images.githubusercontent.com/18738030/177547087-1a4e1933-b3a3-40ee-8d5b-f94d23ba9c62.png) the former cpu is much better than the latter, why the performance is worse?

I research on CKKS homomorphic encryption using SEAL, in graduate school. I want to rewrite some functions to primitive types in C++. I would like to understand the structure of...

For a given ciphertext that encodes a vector of size N/2, a slot-wise masking operation is defined as multiplying this ciphertext with a plaintext, where the N/2 numbers in the...