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
535 stars 148 forks source link

Make code to match the last version of the Plonk paper #831

Closed xevisalle closed 1 month ago

xevisalle commented 2 months ago

Summary

The current Plonk implementation has several differences compared to the last version of the Plonk paper, since it was implemented some years ago. It's important to identify all the differences and update the code accordingly.