Skip to content
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

A tool for recursive verifier json input creation added #51

Merged
merged 3 commits into from
Jan 15, 2024

Conversation

nkaskov
Copy link
Contributor

@nkaskov nkaskov commented Jan 11, 2024

Added a new binary named proof2json, which takes the proof and assignment table and outputs the proof in JSON format suitable for the recursive verifier.

$ proof2json --help
zkLLVM proof2json recursive verifier input creation tool options:
  -h [ --help ]                       Display help message
  -v [ --version ]                    Display version
  -b [ --proof ] arg                  Bytecode input file with the proof
  -t [ --assignment-table ] arg       Assignment table file - required for 
                                      public preprocessed data generation.
  -p [ --used-public-input-rows ] arg Public input columns expected size
  -s [ --used-shared-rows ] arg       Shared column expected size
  -l [ --log-level ] arg              Log level (trace, debug, info, warning, 
                                      error, fatal)

Closes #36 , Closes #19

@nkaskov nkaskov requested a review from ETatuzova January 11, 2024 14:30
@nkaskov nkaskov force-pushed the nkaskov-proof2json branch 2 times, most recently from 7fcc549 to 83510e5 Compare January 11, 2024 15:10
@nkaskov nkaskov marked this pull request as ready for review January 11, 2024 15:10
@nkaskov nkaskov force-pushed the nkaskov-proof2json branch from 632aba6 to 19542c9 Compare January 15, 2024 14:04
@nkaskov nkaskov merged commit 3d06d26 into master Jan 15, 2024
3 checks passed
@nkaskov nkaskov deleted the nkaskov-proof2json branch January 15, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON generator fails on a small example Proof producer output in JSON format
2 participants