Files
fhe-study/bfv/Cargo.toml
2025-06-22 19:15:14 +02:00

13 lines
228 B
TOML

[package]
name = "bfv"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = { workspace = true }
rand = { workspace = true }
rand_distr = { workspace = true }
itertools = { workspace = true }
arith = { path="../arith" }