Function hacspec_halo2::step_14
source · pub(crate) fn step_14(
crs: &(Seq<G1_pallas>, G1_pallas),
x2: FpVesta,
q_polys: Seq<Polyx>,
r_polys: Seq<Polyx>,
q: Seq<Seq<u128>>,
blinding: FpVesta,
omega: FpVesta,
x: FpVesta
) -> (G1_pallas, Polyx, FpVesta)
Expand description
Step 14 Get the commitment Q’, poly q’ and the blindness used
Arguments
crs
- the common reference stringx2
- the challenge from step 11q_polys
- the q polynomials from step 12r_polys
- the r polynomials from step 13q
- q, from the protocolblinding
- randomness for commitingx
- the challenge from step 7