chore(zk): bump tfhe-zk-pok

This commit is contained in:
Nicolas Sarlin
2025-12-11 11:11:22 +01:00
committed by Nicolas Sarlin
parent b2a396d3eb
commit 18a0af8466
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -77,7 +77,7 @@ blake3 = { version = "1.8", 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.3", path = "../tfhe-zk-pok", optional = true }
tfhe-zk-pok = { version = "0.7.4", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.6.2", path = "../utils/tfhe-versionable" }
# wasm deps