Skip to content

Commit

Permalink
bump nova-snark, ff, bellperson, pasta_curves and adjust the code
Browse files Browse the repository at this point in the history
accordingly
  • Loading branch information
Leo Alt committed May 19, 2023
1 parent 633ee82 commit e967438
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 78 deletions.
172 changes: 105 additions & 67 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions zokrates_bellperson/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ edition = "2021"
zokrates_field = { version = "0.5", path = "../zokrates_field", features = ["bellperson_extensions"] }
zokrates_ast = { version = "0.1", path = "../zokrates_ast", features = ["bellperson"] }
# zokrates_proof_systems = { version = "0.1", path = "../zokrates_proof_systems", default-features = false }
bellperson = { package = "bellperson", version = "^0.24", default-features = false }
bellperson = { package = "bellperson", version = "^0.25", default-features = false }
rand_0_4 = { version = "0.4", package = "rand" }#
getrandom = { version = "0.2", features = ["js", "wasm-bindgen"] }
hex = "0.4.2"
pairing = "0.22"
ff = { version = "0.12.0", default-features = false }
nova-snark = { version = "0.20.3" }
ff = { version = "0.13.0", default-features = false }
nova-snark = { version = "0.21.0" }
zokrates_interpreter = { version = "0.1", path = "../zokrates_interpreter" }
serde = { version = "1.0", features = ["derive"] }

Expand All @@ -26,7 +26,7 @@ rand_0_4 = { version = "0.4", package = "rand" }
getrandom = { version = "0.2", features = ["js", "wasm-bindgen"] }
hex = "0.4.2"
pairing = "0.22"
pasta_curves = { version = "0.5.2", features = ["repr-c", "serde"], package = "fil_pasta_curves"}
pasta_curves = { version = "0.5", features = ["repr-c", "serde"] }
zokrates_core = { version = "0.7.3", path = "../zokrates_core" }


Expand Down
Loading

0 comments on commit e967438

Please sign in to comment.