-
Couldn't load subscription status.
- Fork 0
Open
Description
Goal
The goal is to reduce the size of proof generated by spartan-parallel.
Background
Currently we need to open four different set of multilinear polynomials at three different points in spartan-parallel (details). This requires us to generate 4 polynomial opening proofs. However, we know multilinear polynomial opening proof's size is
- This implies opening them individually incurs very big overhead.
- As a comparison, FRI based proof system like
plonky3, it batch the opening of hundreds of polynomials into one.
See more discussion at slack
Proposal (TODO) - Batching
Metadata
Metadata
Assignees
Labels
No labels