Files
poulpy/poulpy-schemes
Jean-Philippe Bossuat 6357a05509 Add BDD Arithmetic (#98)
* Added some circuit, evaluation + some layouts

* Refactor + memory reduction

* Rows -> Dnum, Digits -> Dsize

* fix #96 + glwe_packing (indirectly CBT)

* clippy
2025-10-08 17:52:03 +02:00
..
2025-10-08 17:52:03 +02:00
2025-10-08 17:52:03 +02:00
2025-10-08 17:52:03 +02:00
2025-10-08 17:52:03 +02:00

🐙 Poulpy-Schemes

Poulpy-Schemes is a Rust crate built on poulpy-hal and poulpy-core, providing backend agnostic RLWE-based FHE schemes implementation.

Getting Started

See ./examples/circuit_bootstrapping.rs

Available Schemes

  • TFHE/FHEW: under construction. Blind rotation & circuit bootstrapping implemented.
  • CKKS: planned