Function hacspec_halo2::step_26
source · pub(crate) fn step_26(
u: Polyx,
L: Seq<G1_pallas>,
P_prime: G1_pallas,
R: Seq<G1_pallas>,
c: FpVesta,
G_prime_0: G1_pallas,
b_0: FpVesta,
z: FpVesta,
U: G1_pallas,
f: FpVesta,
W: G1_pallas
) -> boolExpand description
Step 26 Verifiers final check of the protocol
Arguments
u- Sequence ofu_jfrom step 24L- Sequence ofL_jfrom step 24P_prime- from step 22R- Sequence ofR_jfrom step 24c- from step 25G_prime_0- the first entry in theG_primesequence from step 24b_0- the first entry in thebsequence from step 24z- the challenge from step 21U- from public parametersf- blinding factor from step 25W- from public parameters