Skip to content

Commit

Permalink
refactor(zk): remove dependency to ark_serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Sep 30, 2024
1 parent 835cc6d commit 8256e76
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 368 deletions.
1 change: 0 additions & 1 deletion tfhe-zk-pok/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ark-ff = { package = "tfhe-ark-ff", version = "0.4.3", features = ["parallel"] }
ark-poly = { package = "tfhe-ark-poly", version = "0.4.2", features = [
"parallel",
] }
ark-serialize = { version = "0.4.2" }
rand = "0.8.5"
rayon = "1.8.0"
sha3 = "0.10.8"
Expand Down
Loading

0 comments on commit 8256e76

Please sign in to comment.