cleaned dependencies

This commit is contained in:
Pro7ech
2025-08-17 15:17:05 +02:00
parent 62eb87cc07
commit dce4d82706
2 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -385,8 +385,6 @@ dependencies = [
"criterion", "criterion",
"itertools 0.14.0", "itertools 0.14.0",
"poulpy-backend 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "poulpy-backend 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core",
"rand_distr",
"rug", "rug",
] ]

View File

@@ -12,10 +12,8 @@ documentation = "https://docs.rs/poulpy"
rug = {workspace = true} rug = {workspace = true}
criterion = {workspace = true} criterion = {workspace = true}
poulpy-backend = "0.1.0" poulpy-backend = "0.1.0"
rand_distr = {workspace = true}
itertools = {workspace = true} itertools = {workspace = true}
byteorder = {workspace = true} byteorder = {workspace = true}
rand_core = {workspace = true}
[[bench]] [[bench]]
name = "external_product_glwe_fft64" name = "external_product_glwe_fft64"