https://github.com/0xPARC/plonkathon/test/powersOfTau28_hez_final_11.ptau 文件存储了什么数据? #80
Unanswered
readygo67
asked this question in
Q&A(提问题在隔壁~)
Replies: 0 comments
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.
在.ptau中感觉上应该存[G, s*G, (s^2)*G, ..., (s^k-1)G] , [H, sH, (s^2)*H, ..., (s^k-1)H],但是从文件内容上看似乎只存了[G, sG, (s^2)*G, ..., (s^k-1)G] 和 [H, sH]。
H 的这一系列只有两个值就够了吗?
All reactions