Skip to content

Commit

Permalink
fix(ph23): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjin1997 committed Jan 15, 2025
1 parent 928c192 commit e3c94b9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions ph23/ph23-pcs-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,25 +462,31 @@ $$

3. Verifier calculates $s_0(\zeta), \ldots, s_{n-1}(\zeta)$, which can be calculated using the recursive method mentioned earlier.

4. Verifier calculates the commitment of the linearized polynomial $C_l$
4. Verifier calculates $z_{D_\zeta}(\xi)$ ,

$$
z_{D_{\zeta}}(\xi) = (\xi-\zeta\omega)\cdots (\xi-\zeta\omega^{2^{n-1}})(\xi-\zeta)
$$

5. Verifier calculates the commitment of the linearized polynomial $C_l$

$$
\begin{split}
C_l & =
\Big( (c(\zeta) - c_0)s_0(\zeta) \\
\Big( \Big((c(\zeta) - c_0)s_0(\zeta) \\
& + \alpha \cdot (u_{n-1}\cdot c(\zeta) - (1-u_{n-1})\cdot c(\omega^{2^{n-1}}\cdot\zeta))\cdot s_0(\zeta)\\
& + \alpha^2\cdot (u_{n-2}\cdot c(\zeta) - (1-u_{n-2})\cdot c(\omega^{2^{n-2}}\cdot\zeta))\cdot s_1(\zeta) \\
& + \cdots \\
& + \alpha^{n-1}\cdot (u_{1}\cdot c(\zeta) - (1-u_{1})\cdot c(\omega^2\cdot\zeta))\cdot s_{n-2}(\zeta)\\
& + \alpha^n\cdot (u_{0}\cdot c(\zeta) - (1-u_{0})\cdot c(\omega\cdot\zeta))\cdot s_{n-1}(\zeta) \\
& + \alpha^n\cdot (u_{0}\cdot c(\zeta) - (1-u_{0})\cdot c(\omega\cdot\zeta))\cdot s_{n-1}(\zeta) \Big) \cdot [1]_1 \\
& + \alpha^{n+1}\cdot L_0(\zeta)\cdot(C_z - c_0\cdot C_a)\\
& + \alpha^{n+2}\cdot (\zeta-1)\cdot\big(C_z - z(\omega^{-1}\cdot \zeta)-c(\zeta)\cdot C_{a} ) \\
& + \alpha^{n+3}\cdot L_{N-1}(\zeta)\cdot(C_z - v) \\
& + \alpha^{n+2}\cdot (\zeta-1)\cdot\big(C_z - z(\omega^{-1}\cdot \zeta) \cdot [1]_1 -c(\zeta)\cdot C_{a} ) \\
& + \alpha^{n+3}\cdot L_{N-1}(\zeta)\cdot(C_z - v \cdot [1]_1) \\
& - v_H(\zeta)\cdot C_t \Big)
\end{split}
$$

5. Verifier generates a random number $\eta$ to merge the following Pairing verifications:
6. Verifier generates a random number $\eta$ to merge the following Pairing verifications:

$$
\begin{split}
Expand Down

0 comments on commit e3c94b9

Please sign in to comment.