SEAL
SEAL copied to clipboard
Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
I was doing some seal testing on my macbook pro (i7) and got following results Coefficient mod = 130 bits {{30,40,60}} and Polynomial degree= 8192 Running in batch mode -...
Why does this not exist? The justification is as follows: Suppose we have a database of plaintexts, such as in PIR. Because transform_to_ntt is a fairly expensive operation, we pre-process...
SEAL seems only have 1 special prime, but HElib has many special primes with larger bits. Is there any reason/math behind this? Thanks.
in evaluator.h and batchencoder.h comments
Wasm
Remove "size_t is 64-bit" checks so we can build SEAL C library with WASM32.
This PR might be a bit controversial This PR does the following: * Removes .NET SDK dependency by removing dependency and just `#define`ing `COR_E_IO`, and `COR_E_INVALIDOPERATION` to whatever the values...
CI that tests the integration of building HEXL with SEAL using different compiler configurations. - Runs on MacOS 10.15, Ubuntu 20.04, and Windows 2019 at 12AM PST every Sunday. **Note:**...
Hi there, Recently I'm reading paper of HEAAN : https://link.springer.com/chapter/10.1007/978-3-319-70694-8_15 This paper mentioned that homomorphic operations of ciphertexts at different levels has two different candidates : 1. rescaling procedure as...
The only paper I found about SIMD on FHE is https://eprint.iacr.org/2011/133.pdf which is quite dated. I'm trying to understand the implementation of stuff like `apply_galois_ntt` but cannot relate to any...