mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
cleaned dependencies
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -385,8 +385,6 @@ dependencies = [
|
||||
"criterion",
|
||||
"itertools 0.14.0",
|
||||
"poulpy-backend 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand_core",
|
||||
"rand_distr",
|
||||
"rug",
|
||||
]
|
||||
|
||||
|
||||
@@ -12,10 +12,8 @@ documentation = "https://docs.rs/poulpy"
|
||||
rug = {workspace = true}
|
||||
criterion = {workspace = true}
|
||||
poulpy-backend = "0.1.0"
|
||||
rand_distr = {workspace = true}
|
||||
itertools = {workspace = true}
|
||||
byteorder = {workspace = true}
|
||||
rand_core = {workspace = true}
|
||||
|
||||
[[bench]]
|
||||
name = "external_product_glwe_fft64"
|
||||
|
||||
Reference in New Issue
Block a user