Skip to content

Commit

Permalink
Upgrade to ark-* 0.5.0
Browse files Browse the repository at this point in the history
This allows us to drop our local patches. :)
  • Loading branch information
hrxi committed Nov 13, 2024
1 parent 233b125 commit c2547c7
Show file tree
Hide file tree
Showing 44 changed files with 333 additions and 255 deletions.
173 changes: 126 additions & 47 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ opt-level = 2
[profile.test.package.ark-crypto-primitives]
opt-level = 2

[patch.crates-io]
ark-ec = { git = "https://github.com/paberr/algebra", branch = "pb/0.4" }
ark-ff = { git = "https://github.com/paberr/algebra", branch = "pb/0.4" }
ark-r1cs-std = { git = "https://github.com/paberr/r1cs-std", branch = "pb/fix-pedersen" }

[workspace.package]
version = "1.0.0-rc.2"
authors = ["The Nimiq Core Development Team <[email protected]>"]
Expand Down
12 changes: 6 additions & 6 deletions bls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ rand = "0.8"
serde = { version = "1.0", optional = true }
thiserror = "1.0"

ark-std = "0.4"
ark-ff = "0.4"
ark-ec = "0.4"
ark-mnt4-753 = "0.4"
ark-mnt6-753 = "0.4"
ark-serialize = "0.4"
ark-std = "0.5"
ark-ff = "0.5"
ark-ec = "0.5"
ark-mnt4-753 = "0.5"
ark-mnt6-753 = "0.5"
ark-serialize = "0.5"

nimiq-hash = { workspace = true }
nimiq-hash_derive = { workspace = true }
Expand Down
Loading

0 comments on commit c2547c7

Please sign in to comment.