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

Support the generation of proofs compatible with Starkware Verifier #279

Closed
MauroToscano opened this issue Apr 26, 2023 · 1 comment
Closed

Comments

@MauroToscano
Copy link
Collaborator

Support the generation of proofs compatible with Starkware Verifier

For this we should make sure the following steps are identical:

  • Fiat Shamir

    • Should use the same hash functions
    • Should aggregate data and hash in the same manner
    • Should append the data in the same order
    • If needed, should use the same hash to field function (Not needed with field native hashes)
  • Rap

    • Queries and trace extension should be done in the same manner as Starkware Prover
  • Merkle tree of evaluations should have concatenated evaluations. Only one should exist.

  • Proof of work should be added as an optional feature

  • Virtual columns should be aggregated in the same manner as the Starkware prover

@MauroToscano
Copy link
Collaborator Author

Stark Proofs are already compatible. #729 covers layouts

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

No branches or pull requests

1 participant