dusk-network / plonk

Pure Rust implementation of the PLONK ZKProof System done by the Dusk team
https://dusk-network.github.io/plonk
Mozilla Public License 2.0
543 stars 150 forks source link

Questions about the scale of multi scalar multiplication in practical application #754

Closed 20171759 closed 12 months ago

20171759 commented 1 year ago

I noticed that the project uses the "pippenger" algorithm for the calculation of multiple scalar multiplication, but the upper limit of "window_size" is 8 when segmenting scalars. When scalars and points are large, a larger "window_size" will have a better effect. So I want to know how large the scale of multiple scalar multiplication will be in practical applications. image

moCello commented 12 months ago

Closing this issue since it is not relevant for the plonk repository.