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",
|
"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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user