2-plonk-lagrange-basis #14
Unanswered
hattiepwvi
asked this question in
Q&A
Replies: 1 comment
-
来源: 理解 PLONK(二):多项式编码 |
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.
-
请问:代码中的 galois.Poly([1, 12], field = GF13) 里面的 1 是什么
z_H = galois.Poly([1, 12], field = GF13) * galois.Poly([1, 8], field = GF13) * galois.Poly([1, 1], field = GF13) * galois.Poly([1, 5], field = GF13)
Beta Was this translation helpful? Give feedback.
All reactions