ZK-Garage / plonk

A pure Rust PLONK implementation using arkworks as a backend.
https://discord.gg/XWJdhVf37F
Mozilla Public License 2.0
295 stars 76 forks source link

Add blinder polynomials #47

Closed davidnevadoc closed 2 years ago

davidnevadoc commented 2 years ago

The Plonk protocol provides zero-knowledge by adding random multiples of the vanishing polynomial ZH (referred as blinder polynomials) to the witness based polynomials: The wire polynomials + permutation polynomial.

We should add these blinders.