poulpy-schemes

Crates.iopoulpy-schemes
lib.rspoulpy-schemes
version0.4.1
created_at2025-08-17 12:54:50.240402+00
updated_at2025-11-21 16:38:45.859757+00
descriptionA backend agnostic crate implementing mainsteam RLWE-based FHE schemes
homepagehttps://github.com/phantomzone-org/poulpy
repositoryhttps://github.com/phantomzone-org/poulpy
max_upload_size
id1799389
size878,360
(Janmajayamall)

documentation

https://docs.rs/poulpy

README

🐙 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

  • BIN FHE:
    • bdd_arithmetic: high level API for u32 arithmetic (u8 to u256 planned) using binary decision circuits. Also provides API for blind retrieval, blind rotation (using encpypted integers) and blind selection.
    • blind_rotation: API for blind rotation (LWE(m) -> GLWE(X^m))
    • circuit_bootstrapping: API for circuit bootstrapping (LWE(m) -> GGSW(m) or GGSW(X^m)).
  • CKKS: planned
Commit count: 322

cargo fmt