Skip to content

Commit

Permalink
chore(zk): update arkworks to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Nov 6, 2024
1 parent ccf0dc3 commit daf57f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 4 additions & 6 deletions tfhe-zk-pok/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ description = "tfhe-zk-pok: An implementation of zero-knowledge proofs of encryp
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ark-bls12-381 = { package = "tfhe-ark-bls12-381", version = "0.4.0" }
ark-ec = { package = "tfhe-ark-ec", version = "0.4.2", features = ["parallel"] }
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-bls12-381 = "0.5.0"
ark-ec = { version = "0.5.0", features = ["parallel"] }
ark-ff = { version = "0.5.0", features = ["parallel"] }
ark-poly = { version = "0.5.0", features = ["parallel"] }
rand = "0.8.5"
rayon = "1.8.0"
sha3 = "0.10.8"
Expand Down
2 changes: 0 additions & 2 deletions tfhe-zk-pok/src/curve_446/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(non_local_definitions)]

use ark_ec::bls12::{Bls12, Bls12Config, TwistType};
use ark_ff::fields::*;
use ark_ff::MontFp;
Expand Down

0 comments on commit daf57f5

Please sign in to comment.