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

streamline verifier method #35

Open
bxue-l2 opened this issue Jan 10, 2025 · 0 comments
Open

streamline verifier method #35

bxue-l2 opened this issue Jan 10, 2025 · 0 comments

Comments

@bxue-l2
Copy link
Collaborator

bxue-l2 commented Jan 10, 2025

Currently in order to verify a (commitment, blob, proof), one has to create a kzg object, which requires to pass all the g1, g2 pathes.

But for verification, it does not require access to g1 points, and only 1 g2 point, which can be hardcoded into the library.

A simple pub function shall be sufficient

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