Replies: 1 comment
-
verifer的逻辑可以看做是验证 pairing 的函数, 不同的电路生成的多项式和 commitment 可以看做是传入这个 pairing 函数的参数 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
比如halo2(kzg)为例子,链上有verifier contract。
问verifier的逻辑是由什么决定的,想想成一个函数,输入xxx和yyy得到这个verifier contract。
那这个contract由什么确定。我能想到的是1.使用的多项式承诺。 2.ecc的加密算法(椭圆曲线,p和生成元)。
这里的这些正确吗,覆盖全面吗?
Beta Was this translation helpful? Give feedback.
All reactions