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

separate `component_mul_generator` into two methods, one for `G` and one for `G_prime` #788

Closed moCello closed 4 months ago

moCello commented 10 months ago

Summary

It doesn't make sense that the component_mul_generator takes the generator as an input. To accommodate two different generators G and G_prime we should have two distinct functions. Also make sure that the generator is appended to the circuit as a constant.

HDauven commented 4 months ago

No longer relevant.