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
) -> bool
Expand description
Step 26 Verifiers final check of the protocol
Arguments
u
- Sequence ofu_j
from step 24L
- Sequence ofL_j
from step 24P_prime
- from step 22R
- Sequence ofR_j
from step 24c
- from step 25G_prime_0
- the first entry in theG_prime
sequence from step 24b_0
- the first entry in theb
sequence from step 24z
- the challenge from step 21U
- from public parametersf
- blinding factor from step 25W
- from public parameters