Files
fhe-study/ckks/Cargo.toml

13 lines
229 B
TOML

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