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

[wip] Add basic trusted setup and kzg #22

Merged
merged 5 commits into from
May 6, 2024
Merged

[wip] Add basic trusted setup and kzg #22

merged 5 commits into from
May 6, 2024

Conversation

devloper
Copy link
Contributor

@devloper devloper commented May 3, 2024

Built based on Dankrad's post: https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html

The PR's Mission

  • Create SRS for G1 & G2 groups ✅
  • Example polynomial pen & paper ✅
  • MSM to create the commitments ✅
  • Open to an arbitrary evaluation ✅
  • Pairing to verify opening ✅

Possible Next Missions

  • Batched KZG
  • Hiding commitment
  • Type Abstractions, VerifierKey, KZGParams Abstraction
  • Integrate with Ronkathon Polynomials, Curves & Fields
  • Abstraction to support plonk-style KZG

@devloper devloper changed the title Add basic trusted setup and kzg [wip] Add basic trusted setup and kzg May 3, 2024
Copy link
Contributor

@Autoparallel Autoparallel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where can I read more about what da heck is going on in here

@0xJepsen 0xJepsen merged commit fb27e5f into main May 6, 2024
4 checks passed
@devloper
Copy link
Contributor Author

devloper commented May 7, 2024

Content for helping to understand this process: https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html

@github-actions github-actions bot mentioned this pull request Jul 1, 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.

3 participants