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

Create solidify verifiers for UnivarateGrandSum and KZG openings #259

Closed
wants to merge 4 commits into from

Conversation

sifnoc
Copy link
Member

@sifnoc sifnoc commented Jan 30, 2024

Related Issues:

To enable proof verification on the EVM, the transcript has been switched from Blake2b to Keccak256Transcript. Additionally, SingleStrategy is now applied to the verification of both Snark and KZG proofs, due to the lack of support for AccumulatorStrategy in halo2-solidity-verifier.

Todos:

  • Implement a Solidity verifier for the UnivariateGrandSumCircuit.
  • Implement a Solidity KZG verifier for a proof of grand sum.
  • Implement a Solidity KZG verifier for a proof of user inclusion.

@sifnoc sifnoc marked this pull request as draft January 30, 2024 15:44
@sifnoc sifnoc changed the title feat: replaced transacript to Keccak256 from Blake2b Create solidify verifiers for UnivarateGrandSum and KZG openings Jan 30, 2024
@sifnoc
Copy link
Member Author

sifnoc commented Feb 8, 2024

This PR will be split to snark verifier and kzg verifier.

@sifnoc sifnoc closed this Feb 8, 2024
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.

1 participant