Skip to content

Commit

Permalink
Align arkworks dependencies (#569)
Browse files Browse the repository at this point in the history
* Align arkworks dependencies

* Set ark-ec v0.4.1
  • Loading branch information
jonas-lj authored Apr 27, 2023
1 parent a7f2a98 commit a6e3e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastcrypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ elliptic-curve = {version = "0.13.2", features = ["hash2curve"]}
rsa = {version = "0.8.2", features = ["sha2"] }
static_assertions = "1.1.0"
ark-secp256r1 = "0.4.0"
ark-ec = "0.4.2"
ark-ff = "0.4.0"
ark-ec = "0.4.1"
ark-ff = "0.4.1"
ark-serialize = "0.4.2"

fastcrypto-derive = { path = "../fastcrypto-derive", version = "0.1.2" }
Expand Down

0 comments on commit a6e3e8b

Please sign in to comment.