Skip to content

【QUESTION】Generate and verify proof without Bonsai ? #1288

Answered by pdg744
godeamon asked this question in Q&A
Discussion options

You must be logged in to vote

Yes -- the open-source code includes everything you need!

This includes:

  • tooling for deterministically compiling Rust to RISC-V
  • tooling for proving RISC-V binaries of arbitrary size
  • tooling for aggregating and composing proofs into a single succinct proof
  • tooling for verifying proofs, off-chain or on-chain.

If you are proving without Bonsai, proofs for large programs are generated sequentially on your machine.
If you are proving with Bonsai, proofs for large programs are generated in parallel on a scalable cluster of machines.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pdg744
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1285 on January 02, 2024 20:50.