Files
poulpy/rlwe/Cargo.toml
Jean-Philippe Bossuat 46c577409e Various improvement to memory management and API
[module]: added enum for backend
[VecZnx, VecZnxDft, VecZnxBig, VmpPMat]: added ptr to data
[VecZnxBorrow]: removed
[VecZnxAPI]: removed
2025-03-17 12:07:40 +01:00

18 lines
338 B
TOML

cargo-features = ["edition2024"]
[package]
name = "rlwe"
version = "0.1.0"
edition = "2024"
[dependencies]
rug = {workspace = true}
criterion = {workspace = true}
base2k = {path="../base2k"}
sampling = {path="../sampling"}
rand_distr = {workspace = true}
itertools = {workspace = true}
[[bench]]
name = "gadget_product"
harness = false