Skip to content

Commit 667e81f

Browse files
committed
MODIFY: KZGCommitment
1 parent dae5abc commit 667e81f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_posts/2025-12-15-KZGCommitment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ $$
9494
$P(\omega^j)=b_j$ 라는 것을 기억하면서, Polynomial $P(x)$의 쉬운 예시를 한 번 들어보자.
9595

9696
$$
97-
P(\omega^0) = 3
98-
P(\omega^1) = 5
99-
P(\omega^2) = 2
97+
P(\omega^0) = 3 \\
98+
P(\omega^1) = 5 \\
99+
P(\omega^2) = 2 \\
100100
...
101101
$$
102102

0 commit comments

Comments
 (0)