Skip to content

Commit

Permalink
feat: libzkp v0.8.1 (scroll-tech#894)
Browse files Browse the repository at this point in the history
Co-authored-by: silathdiir <[email protected]>
Co-authored-by: HAOYUatHZ <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2023
1 parent d39db01 commit 2b6a3c9
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 113 deletions.
122 changes: 46 additions & 76 deletions common/libzkp/impl/Cargo.lock

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

3 changes: 1 addition & 2 deletions common/libzkp/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ maingate = { git = "https://github.com/scroll-tech/halo2wrong", branch = "halo2-
halo2curves = { git = "https://github.com/scroll-tech/halo2curves.git", branch = "0.3.1-derive-serde" }

[dependencies]
prover = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.7.5" }
types = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.7.5" }
prover = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.8.1" }
halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "develop" }

base64 = "0.13.0"
Expand Down
8 changes: 8 additions & 0 deletions common/libzkp/impl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.PHONY: help fmt clippy test test-ci test-all

fmt:
@cargo fmt --all -- --check

clippy:
@cargo check --all-features
@cargo clippy --release -- -D warnings
Loading

0 comments on commit 2b6a3c9

Please sign in to comment.