Skip to content

Commit

Permalink
Use curv from crates.io and bump version (#22)
Browse files Browse the repository at this point in the history
* Bump curv version to 0.7 and paillier to 0.3.10

* Bump version to 0.3.12
  • Loading branch information
elichai authored May 13, 2021
1 parent 6d2d5a7 commit dc24097
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-paillier"
version = "0.3.11"
version = "0.3.12"
edition = "2018"

authors = [
Expand All @@ -23,15 +23,11 @@ rayon = "1.1"
bit-vec = "0.6"
sha2 = "0.8.0"
digest = "0.8.1"

[dependencies.curv]
git = "https://github.com/KZen-networks/curv"
tag = "v0.6.2"
default-features = false
curv = { package = "curv-kzen", version = "0.7", default-features = false }

[dependencies.paillier]
git = "https://github.com/KZen-networks/rust-paillier"
tag = "v0.3.9"
tag = "v0.3.10"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit dc24097

Please sign in to comment.