chore(zk): bump tfhe-zk-pok to 0.7.2

This commit is contained in:
Nicolas Sarlin
2025-09-05 15:37:26 +02:00
committed by Nicolas Sarlin
parent 6016755f9d
commit 9c0d078e1a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-zk-pok"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
homepage = "https://zama.ai/"

View File

@@ -75,7 +75,7 @@ sha3 = { version = "0.10", optional = true }
itertools = { workspace = true }
rand_core = { version = "0.6.4", features = ["std"] }
strum = { version = "0.27", features = ["derive"], optional = true }
tfhe-zk-pok = { version = "0.7.1", path = "../tfhe-zk-pok", optional = true }
tfhe-zk-pok = { version = "0.7.2", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.6.1", path = "../utils/tfhe-versionable" }
# wasm deps