plonk
plonk copied to clipboard
separate `component_mul_generator` into two methods, one for `G` and one for `G_prime`
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.