Open romanzac opened 2 weeks ago
This PR proposes implementation changes for KZG-related functionality based on a code review of the Nomos library.
commit_polynomial
generate_element_proof
verify_element_proof
Code review document
Specification author: @ramsesfv PR accountable: @romanzac
Code review itself provides basis for changes in the codebase. Final changes to be made depend on review from project developers.
Specification - code review is a static document. Unless another round of code review is requested, no changes to the spec are expected.
1. What does this PR implement?
This PR proposes implementation changes for KZG-related functionality based on a code review of the Nomos library.
commit_polynomial
,generate_element_proof
,verify_element_proof
2. Does the code have enough context to be clearly understood?
Code review document
3. Who are the specification authors and who is accountable for this PR?
Specification author: @ramsesfv PR accountable: @romanzac
4. Is the specification accurate and complete?
Code review itself provides basis for changes in the codebase. Final changes to be made depend on review from project developers.
5. Does the implementation introduce changes in the specification?
Specification - code review is a static document. Unless another round of code review is requested, no changes to the spec are expected.
Checklist