Skip to content

Commit

Permalink
Merge pull request #48 from dfns-labs/update-deps
Browse files Browse the repository at this point in the history
Update `paillier-zk` and `generic-ec` deps
  • Loading branch information
survived authored Jun 29, 2023
2 parents 512693f + ea2c265 commit a6d4c33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cggmp21/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
generic-ec = { git = "https://github.com/dfns-labs/generic-ec", branch = "d", features = ["serde"] }
generic-ec-zkp = { git = "https://github.com/dfns-labs/generic-ec", branch = "d", features = ["serde"] }
generic-ec = { git = "https://github.com/dfns-labs/generic-ec", branch = "m", features = ["serde"] }
generic-ec-zkp = { git = "https://github.com/dfns-labs/generic-ec", branch = "m", features = ["serde"] }
round-based = { git = "https://github.com/Zengo-X/round-based-protocol", branch = "round-based2", features = ["derive"] }

paillier-zk = { git = "https://github.com/dfns-labs/paillier-zk", branch = "m", default-features = false, features = ["serde"] }
Expand Down
2 changes: 2 additions & 0 deletions cggmp21/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ impl SecurityParams {
l_x: L::ELL,
l_y: L::ELL_PRIME,
epsilon: L::EPSILON,
q: L::q(),
},
pi_log: pi_log::SecurityParams {
l: L::ELL,
epsilon: L::EPSILON,
q: L::q(),
},
pi_enc: pi_enc::SecurityParams {
l: L::ELL,
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand_chacha = "0.3"
sha2 = "0.10"

round-based = { git = "https://github.com/Zengo-X/round-based-protocol", branch = "round-based2", features = ["derive", "dev"] }
generic-ec = { git = "https://github.com/dfns-labs/generic-ec", branch = "d", features = ["serde", "all-curves"] }
generic-ec = { git = "https://github.com/dfns-labs/generic-ec", branch = "m", features = ["serde", "all-curves"] }

tokio = { version = "1", features = ["macros"] }
futures = "0.3"
Expand Down

0 comments on commit a6d4c33

Please sign in to comment.