Files
poulpy/poulpy-schemes/Cargo.toml
Jean-Philippe Bossuat 37e13b965c Add cross-basek normalization (#90)
* added cross_basek_normalization

* updated method signatures to take layouts

* fixed cross-base normalization

fix #91
fix #93
2025-09-30 14:40:10 +02:00

22 lines
616 B
TOML

[package]
name = "poulpy-schemes"
version = "0.1.1"
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 = {path="../poulpy-backend"}
poulpy-hal = {path="../poulpy-hal"}
poulpy-core = {path="../poulpy-core"}
criterion = {workspace = true}
itertools = "0.14.0"
byteorder = "1.5.0"
[[bench]]
name = "circuit_bootstrapping"
harness = false