mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore(zk): prepare tfhe-zk-pok 0.7.1
This commit is contained in:
committed by
Nicolas Sarlin
parent
b67964f4a0
commit
8083990c30
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tfhe-zk-pok"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
edition = "2021"
|
||||
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
|
||||
homepage = "https://zama.ai/"
|
||||
|
||||
@@ -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.0", path = "../tfhe-zk-pok", optional = true }
|
||||
tfhe-zk-pok = { version = "0.7.1", path = "../tfhe-zk-pok", optional = true }
|
||||
tfhe-versionable = { version = "0.6.1", path = "../utils/tfhe-versionable" }
|
||||
|
||||
# wasm deps
|
||||
|
||||
Reference in New Issue
Block a user