SEAL
SEAL copied to clipboard
Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
My testing envirorment runs over debian, and mono and i dont know how to reference the libraries , i need to execute pipelines from gitlab in my runners i no...
Hi, I have a question about the result after the encryption for ciphertext two times using CKKS scheme. The whole process of what I did is: `encrypt an numpy array...
Hi, Assume I have a 1024-element vector, is there any way for me to find out the maximum number of this vector? And further more, the index of this maximum...
Hi, Could Seal evaluate any non-linear function like sin(x), cos(x) or e^x or x^1/3 ? BR
Seal is available as a port in [vcpkg](https://github.com/microsoft/vcpkg), a C++ library manager that simplifies installation for seal and other project dependencies. Documenting the install process here will help users get...
This pull request adds the JSON schema for `cgmanifest.json`. ## FAQ ### Why? A JSON schema helps you to ensure that your `cgmanifest.json` file is valid. JSON schema validation is...
Added `const` qualifier to the following functions: - `CKKSEncoder::encode` - `CKKSEncoder::encode_internal` - `CKKSEncoder::decode` - `CKKSEncoder::decode_internal` These functions do not actually modify the `CKKSEncoder` object. Therefore, they should be declared as...
FileNotFoundException for 'SEALNet' assembly when running Dockerized .NET app on Debian 11 (i.MX8)
## Environment - **OS**: Debian 11 running on i.MX8 (aarch64 processor) - **.NET version**: net8.0 - **Docker version**: latest - **Microsoft SEAL version**: 4.1.1 ## Issue Description I am encountering...
Thanks for all the work put into SEAL library. FYI: I encounter the following error when building: ```log note: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/libstdc++.a(placeholders.o):(.rodata._ZNSt12placeholders2_2E+0x0): multiple definition of `std::placeholders::_2'; /home/user/src/zno-fhe-src/target/x86_64-unknown-linux-gnu/debug/build/zno-seal-src-test-f04cc592cd967030/out/install/lib/libseal-4.1.a(ciphertext.cpp.o):/usr/include/c++/13/functional:295: first defined here /usr/bin/ld:...
When I build native/examples, I get the following errors: cinwa@ROG8:~/SEAL-main/native/examples$ cmake --build build [ 10%] Linking CXX executable bin/sealexamples /home/cinwa/anaconda3/envs/sage/bin/../lib/gcc/x86_64-conda-linux-gnu/13.2.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/local/lib/libseal-4.1.a(batchencoder.cpp.o): in function `seal::BatchEncoder::reverse_bits(unsigned long*)': batchencoder.cpp:(.text+0x5bd): undefined reference to `__libc_single_threaded'...