Files
poulpy/backend
Janmajaya Mall 64edc869d0 Two changes:
- Fix setting `k` in `GlweOps`
- Improve GLWEPacker API avoid accumulating beyond limit (#50)
2025-07-09 16:23:56 +05:30
..
2025-06-08 17:57:04 +02:00
2025-07-09 16:23:56 +05:30
2025-05-30 11:48:04 +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.