Skip to content

feat: handle len(p)=0 in kzg#730

Merged
YaoJGalteland merged 2 commits intomasterfrom
feat/commit_emply_slice
Aug 29, 2025
Merged

feat: handle len(p)=0 in kzg#730
YaoJGalteland merged 2 commits intomasterfrom
feat/commit_emply_slice

Conversation

@ThomasPiellard
Copy link
Copy Markdown
Contributor

@ThomasPiellard ThomasPiellard commented Aug 28, 2025

Description

  • Kzg Commit now accepts empty slice
  • Kzg verifiers now check the validity of the points (commitment and quotients)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

Please describe the tests that you ran or implemented to verify your changes. Provide instructions so we can reproduce.

  • TestVerifySinglePoint

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I did not modify files generated from templates
  • golangci-lint does not output errors locally
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

cursor[bot]

This comment was marked as outdated.

@ThomasPiellard ThomasPiellard marked this pull request as draft August 28, 2025 14:23
@ThomasPiellard ThomasPiellard marked this pull request as ready for review August 28, 2025 16:08
@YaoJGalteland YaoJGalteland merged commit 26410a6 into master Aug 29, 2025
7 checks passed
@YaoJGalteland YaoJGalteland deleted the feat/commit_emply_slice branch August 29, 2025 08:26
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.

2 participants