This repository was archived by the owner on Sep 29, 2024. It is now read-only.
doc: typo#39
Open
wenjin1997 wants to merge 3 commits into
Open
Conversation
$$
{id_a}(X) = X, \quad {id_b}(X) = k_1\cdot X, \quad {id_a}(X) = k_2\cdot X
$$
改为:
$$
{id_a}(X) = X, \quad {id_b}(X) = k_1\cdot X, \quad {id_c}(X) = k_2\cdot X
$$
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在理解 PLONK(四):算术约束与拷贝约束,位置向量的优化小节中:
公式
应该为:
在理解 Plonk(五):多项式承诺,什么是多项式承诺小节中:
“Petersen 承诺”改为“Pedersen 承诺”
在理解 Plonk(六):实现 Zero Knowledge,满足 Hiding 性质的 KZG10小节中:
原文中,在Setup阶段,需要产生两倍长的srs:
上述系统参数中至少应该有$[1]_2$ ,因为在检查求值阶段会用到该参数 $[1]_2$ :
为保持一致性,个人认为生成在群$H$ 上的系统参数应该由 $([1]_1, [\rho]_1,[1]_1,[\chi]_2)$ 改为 $([1]_2, [\rho]_2,[1]_2,[\chi]_2)$ 。关于这点也不是特别确定后续是否会用到 $[\rho]_2$ ,不过既然是系统参数,个人认为还是应该要生成的。
如有理解不对的地方,还请指正。