Files
poulpy/poulpy-schemes/Cargo.toml
Jean-Philippe Bossuat d989867c91 Add bdd rotation
2025-10-24 18:13:43 +02:00

24 lines
615 B
TOML

[package]
name = "poulpy-schemes"
version = "0.3.0"
edition = "2024"
license = "Apache-2.0"
readme = "README.md"
description = "A backend agnostic crate implementing mainsteam RLWE-based FHE schemes"
repository = "https://github.com/phantomzone-org/poulpy"
homepage = "https://github.com/phantomzone-org/poulpy"
documentation = "https://docs.rs/poulpy"
[dependencies]
poulpy-backend = {workspace = true}
poulpy-hal = {workspace = true}
poulpy-core = {workspace = true}
criterion = {workspace = true}
itertools = "0.14.0"
byteorder = "1.5.0"
rand = "0.9.2"
[[bench]]
name = "circuit_bootstrapping"
harness = false