-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stone Prover Integration (Cairo VM1) #249
Comments
The Cairo-vm-1 seems to be doing well with external inputs in cairo-platinum-prover(Winterfell).
cargo run ../cairo_programs/cairo-1-programs/with_input/array_input_sum.cairo --layout all_cairo --args '2 [1 2 3 4] 0 [9 8]' --trace_file ../cairo_programs/cairo-1-programs/with_input.trace --memory_file ../cairo_programs/cairo-1-programs/with_input.memory --proof_mode
# PROVE
cargo run --release --features=cli,instruments,parallel prove with_input.trace with_input.memory with_input.proof
# VERIFY
cargo run --release --features=cli,instruments,parallel verify with_input.proof We might not have to deal with the annoying C++ stone-prover. Can you help me double-check it? @CarloModicaPortfolio |
doube-check passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
customer: @mariari
performer: @XuyangSong
deadline: null
estimated: null
started: null
actual: null
completed: null
confirmed: null
dependencies:
This is an alternative to #248. This is superior in that we can actually pass Resource parameters to contracts. This has some drawbacks discussed in #250.
The text was updated successfully, but these errors were encountered: