Replies: 1 comment
-
求解的过程手动推导了一下,https://learnblockchain.cn/article/6189 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
paper 来源:https://eprint.iacr.org/2019/317.pdf
gate的输入u 和 v既然是在extended field上,但在实际电路里并没有相应的引脚,verifier 如何计算ADD 和 MUL 呢?
比如这个电路, 如果第0层sample 的是第三个也就是0,假定是ADD gate的话,它的第1层输入应该有很多个组合,但问题是并没有第1层的gate wire 指向这个0。
问题的根源在于如何拿到ADD/MUL 的MLE(multi linear extension) 表达式?
Beta Was this translation helpful? Give feedback.
All reactions