Skip to content

Commit 1cd5fb8

Browse files
committed
MODIFY: KZGCommitment
1 parent 9a59757 commit 1cd5fb8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

_posts/2025-12-15-KZGCommitment.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,15 @@ P(\omega^0) = 3 \\
9999
P(\omega^1) = 5 \\
100100
P(\omega^2) = 2 \\
101101
\end{aligned}
102-
...
103102
$$
104103

105104
이렇게 표현되어있을 때, $L_j(x)$를 적용해주면,
106105

107106
$$
108-
P(x) = P(\omega^0)\cdot L_0(x)+P(\omega^1)\cdot L_1(x)+P(\omega^2)\cdot L_2(x)
107+
\begin{aligned}
108+
P(x) = P(\omega^0)\cdot L_0(x)+P(\omega^1)\cdot L_1(x)+P(\omega^2)\cdot L_2(x) \\
109+
P(X) = P(\omega^0)\cdot \prod_{k=0, k \neq 0}^{4095}\frac{x-\omega^k}{\omega^0-\omega^k}+P(\omega^1)\cdot \prod_{k=0, k \neq 1}^{4095}\frac{x-\omega^k}{\omega^1-\omega^k}+P(\omega^2)\cdot \prod_{k=0, k \neq 2}^{4095}\frac{x-\omega^k}{\omega^2-\omega^k}
110+
\end{aligned}
109111
$$
110112

111113
라는 것을 알 수 있다.

0 commit comments

Comments
 (0)