Skip to content

[wip] Add basic trusted setup and kzg#22

Merged
0xJepsen merged 5 commits intomainfrom
dev_basic_kzg_demo
May 6, 2024
Merged

[wip] Add basic trusted setup and kzg#22
0xJepsen merged 5 commits intomainfrom
dev_basic_kzg_demo

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
@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
@lonerapier lonerapier deleted the dev_basic_kzg_demo branch January 18, 2025 07:03
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