-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
176d7e6
commit 6abcc1b
Showing
19 changed files
with
272 additions
and
472 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.PHONY: test-merkle-tree-lib build-program run-program execute-program-gen-core-proof-groth16 execute-program-gen-core-proof-plonk | ||
|
||
test-merkle-tree-lib: | ||
@cd lib3 && cargo test | ||
|
||
build-program: | ||
@cd program && cargo prove build | ||
|
||
run-program: | ||
@cd script && cargo run --release -- --execute --data "a b c d" --index 2 | ||
|
||
# for these two cmds below, have Docker funning; also, know it might take a few minutes | ||
# | ||
# they could also auto-download image: "ghcr.io/succinctlabs/sp1-gnark:v3.0.0" | ||
# | ||
# from what I can see... if you don't have enough memory, docker run will fail after about ~10 minutes on my machine | ||
execute-program-gen-core-proof-groth16: | ||
@cd script && RUST_LOG=info cargo run --release --bin evm -- --data "a b c d" --index 2 --groth16 | ||
execute-program-gen-core-proof-plonk: | ||
@cd script && RUST_LOG=info cargo run --release --bin evm -- --data "a b c d" --index 2 --plonk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.