mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore: bump tfhe-zk-pok to 0.7.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tfhe-zk-pok"
|
name = "tfhe-zk-pok"
|
||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
|
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
|
||||||
homepage = "https://zama.ai/"
|
homepage = "https://zama.ai/"
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ blake3 = { version = "1.8", optional = true }
|
|||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
rand_core = { version = "0.6.4", features = ["std"] }
|
rand_core = { version = "0.6.4", features = ["std"] }
|
||||||
strum = { version = "0.27", features = ["derive"], optional = true }
|
strum = { version = "0.27", features = ["derive"], optional = true }
|
||||||
tfhe-zk-pok = { version = "0.7.2", path = "../tfhe-zk-pok", optional = true }
|
tfhe-zk-pok = { version = "0.7.3", path = "../tfhe-zk-pok", optional = true }
|
||||||
tfhe-versionable = { version = "0.6.2", path = "../utils/tfhe-versionable" }
|
tfhe-versionable = { version = "0.6.2", path = "../utils/tfhe-versionable" }
|
||||||
|
|
||||||
# wasm deps
|
# wasm deps
|
||||||
|
|||||||
Reference in New Issue
Block a user