Skip to content

Commit

Permalink
bump version to use bellma_ce beta (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Feb 17, 2021
1 parent 76e66e6 commit 044bd2d
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 56 deletions.
107 changes: 54 additions & 53 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plonkit"
version = "0.0.4"
version = "0.1.0"
authors = ["Roman Semenov <semenov.roma@gmail.com>", "Zhuo Zhang <mycinbrin@gmail.com>", "Haoyu LIN <chris.haoyul@gmail.com>"]
description = "Library for working with circom circuits in plonk proof system"
homepage = "https://github.com/Fluidex/plonkit"
Expand All @@ -27,8 +27,7 @@ itertools = "0.8.1"
cfg-if = "1.0.0"
hex-literal = "0.2.1"
clap = { package = "clap-v3", version = "3.0.0-beta.1" } # todo: replace with official v3 when it's released to crates.io
bellman_ce = { git = "https://github.com/Fluidex/bellman", branch = "plonk_release", default-features = false, features = ["plonk"] } # active features depend on build type
#bellman_ce = { path = "../bellman_plonk_release", branch = "plonk_release", default-features = false, features = ["plonk"] } # active features depend on build type
bellman_ce = { git = "https://github.com/matter-labs/bellman", branch = "beta", default-features = false, features = ["plonk"] } # active features depend on build type
bellman_vk_codegen = { git = "https://github.com/Fluidex/solidity_plonk_verifier.git" }
anyhow = "1.0.34"
log = "0.4.11"
Expand Down
1 change: 1 addition & 0 deletions src/plonk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ impl<E: Engine> SetupForProver<E> {
&self.setup_polynomials,
None,
&self.key_monomial_form,
None
),
}
}
Expand Down

0 comments on commit 044bd2d

Please sign in to comment.