↓ 24 callersMethodadd_variables_to_mapMaps a set of [`Variable`]s (a,b,c,d) to a set of [`Wire`](WireData)s (left, right, out, fourth) with the corresponding gate index
plonk-core/src/permutation/mod.rs:70
↓ 4 callersMethodfull_affine_transform_gateInput 3 inputs \[w1, w2, w3\], four selectors \[q1, q2, q3, qc, qo\], constraint the following statement: ``` ignore q1 w^5 + q2 w2^5 + q3 w3^5 + q4 +
plonk-core/src/constraint_system/hash.rs:20
↓ 4 callersMethodpartial_affine_transform_gateInput 3 inputs \[w1, w2, w3\], four selectors \[q1, q2, q3, qc, qo\], constraint the following statement: ``` ignore q1 w^5 + q2 w2^5 + q3 w3^5 + q4 +
plonk-core/src/constraint_system/hash.rs:73