Skip to content

Commit

Permalink
feat: ADVZ PayloadProver support requests that span multiple polynomi…
Browse files Browse the repository at this point in the history
…al (#438)

* refactor test, add failing test case

* wip untested payload_proof for SmallRangeProof allow range to span multiple polynomials

* support arbitrary ranges for ShortRangeProof with tests (yay)

* support arbitrary ranges for LongRangeProof with tests (yay)

* offset_elem slightly less ugly

* final_points_range_end slightly less ugly

* remove TODO

* update changelog

* add test for a wrong proof as per #438 (comment)
  • Loading branch information
ggutoski authored Dec 5, 2023
1 parent 833d7ca commit 080ff32
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 185 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and follow [semantic versioning](https://semver.org/) for our releases.
- [#381](https://github.com/EspressoSystems/jellyfish/pull/381) VID take iterator instead of slice
- [#389](https://github.com/EspressoSystems/jellyfish/pull/389) Hello-world namespace support for ADVZ VID scheme
- [#406](https://github.com/EspressoSystems/jellyfish/pull/406) Implement KZG multiproof
- [#438](https://github.com/EspressoSystems/jellyfish/pull/438) ADVZ PayloadProver support requests that span multiple polynomial

### Changed

Expand Down
Loading

0 comments on commit 080ff32

Please sign in to comment.