Sfoglia il codice sorgente

Update cmz version

onyinyang 10 mesi fa
parent
commit
e3fdd11b3d
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      Cargo.toml

+ 3 - 2
Cargo.toml

@@ -7,7 +7,7 @@ edition = "2021"
 aes-gcm = { version = "0.10", features = ["aes"] }
 base64 = "0.21.0"
 chrono = { version = "0.4.38", default-features = false, features = ["now"], optional = true }
-curve25519-dalek = {version = "4.1.3", default-features = false, features = ["serde", "rand_core", "digest", "precomputed-tables"] }
+curve25519-dalek = {version = "4.1.3", default-features = false, features = ["group", "rand_core", "digest"] }
 ed25519-dalek = { version = "2.1.1", default-features = false, features = ["serde", "rand_core"] }
 lazy_static = "1.5.0"
 rand = {version = "0.8.0", features = ["std_rng"] }
@@ -17,12 +17,13 @@ sha1 = "0.10"
 sha2 = "0.10.8"
 subtle = "2.5"
 time = "0.3.36"
-cmz = {git = "ssh://gogs@git-crysp.uwaterloo.ca/SigmaProtocol/cmz.git"}
+cmz = {path = "../cmz"}
 group = "0.13"
 ff = "0.13.1"
 bincode = "1"
 rand_core = "0.6"
 thiserror = "2.0.12"
+serde_bytes = "0.11.17"
 
 [features]
 bridgeauth = ["chrono"]