round3 中下面这个代码的依据是什么? #93
Answered
by
readygo67
readygo67
asked this question in
Q&A(提问题在隔壁~)
Replies: 1 comment
|
这个assert 用于验证商多项式的计算是否正确,QUOT_big.values[0] 对应的x坐标是w^0 = 1, 所以对应到coset的x坐标就是 (offset * w^0)。 |
0 replies
Answer selected by
readygo67
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

这个assert 用于验证商多项式的计算是否正确,QUOT_big.values[0] 对应的x坐标是w^0 = 1, 所以对应到coset的x坐标就是 (offset * w^0)。