mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
12 lines
396 B
Markdown
12 lines
396 B
Markdown
# 🐙 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](./examples/circuit_bootstrapping.rs)
|
|
|
|
## Available Schemes
|
|
|
|
- TFHE/FHEW: under construction. Blind rotation & circuit bootstrapping implemented.
|
|
- CKKS: planned |