Function hacspec_halo2::step_19
source · pub(crate) fn step_19(
x4: FpVesta,
q_prime: Polyx,
q_polys: Seq<Polyx>,
q_blinds: Polyx,
q_prime_blind: FpVesta
) -> (Polyx, FpVesta)
Expand description
Step 19 Get the p(X) polynomial
Arguments
x4
- the challenge from step 17q_prime
- the q’ polynomial computed by the prover in step 14q_polys
- the q polynomials from step 12q_blinds
- the blinds from step 12q_prime_blind
- the blinding from step 14