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

Amend v challenge calculations #825

Closed marta-belles closed 2 months ago

marta-belles commented 2 months ago

The calculation of one of the challenges is not done in the same order as specified in the PlonK paper. Since there are already two articles describing attacks derived from the order in which challenges are computed [1] [2], it is important that the code faithfully reflects the specification.

xevisalle commented 2 months ago

Closed in favor of: https://github.com/dusk-network/plonk/issues/831