-
Notifications
You must be signed in to change notification settings - Fork 118
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
audit/improve KZG10 code #62
Comments
FYI: @alxiong here is the issue. Resolution: we will use our own PCS APIs for this. |
|
6 tasks
mrain
added a commit
that referenced
this issue
Sep 1, 2022
closes: #62 - Introduct new `PolynomialCommitmentScheme` trait and basic implementations - Now `PlonkKzgSnark` use our own KZG10 implementation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the main bottleneck of Jellyfish currently are:
And KZG dominants.
It appears that arkwork's KZG implementation may not be optimized, for example:
arkworks-rs/poly-commit#98
The non-optimization in the example is not critical to us yet because it is for the verifier, and CAPE uses solidity verifier rather than rust verifier (cc @philippecamacho).
The text was updated successfully, but these errors were encountered: