Skip to content

Commit

Permalink
Update generic-ec dep to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed May 23, 2024
1 parent fd92ffd commit 48fdcbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["paillier", "zk-proofs", "zero-knowledge"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
generic-ec = "0.2"
generic-ec = "0.3"
rand_core = { version = "0.6", default-features = false }
digest = "0.10"
fast-paillier = "0.1"
Expand All @@ -23,7 +23,7 @@ serde = { version = "1", features = ["derive"], optional = true }
serde_with = { version = "3", default-features = false, features = ["macros"], optional = true }

[dev-dependencies]
generic-ec = { version = "0.2", features = ["all-curves"] }
generic-ec = { version = "0.3", features = ["all-curves"] }
rand_dev = { version = "0.1.0", default-features = false }
sha2 = { version = "0.10", default-features = false }

Expand Down

0 comments on commit 48fdcbe

Please sign in to comment.