Files
poulpy/backend
Jean-Philippe Bossuat 9aa4b1f1e2 Dev serialization (#64)
* Added compressed serialization for GLWECiphertext + Ciphertext decompression

* Added compressed serialization for GGLWECiphertext & GLWESwitchingkey

* generalized automorphism test

* Removed ops on scalar_znx, replaced by as_vec_znx/as_vec_znx_mut and then call op on vec_znx

* Added tests for automorphism key encryption

* Added tensorkey compressed

* added ggsw compressed
2025-08-12 17:43:28 +02:00
..
2025-08-12 17:43:28 +02:00
2025-08-08 19:22:42 +02:00
2025-08-12 17:43:28 +02:00
2025-08-08 19:22:42 +02:00
2025-08-12 17:43:28 +02:00

WSL/Ubuntu

To use this crate you need to build spqlios-arithmetic, which is provided a as a git submodule:

  1. Initialize the sub-module
  2. $ cd backend/spqlios-arithmetic
  3. mdkir build
  4. cd build
  5. cmake ..
  6. make

Others

Steps 3 to 6 might change depending of your platform. See spqlios-arithmetic/wiki/build for additional information and build options.