Exercise <Week 4>: pepetoma#84
Merged
Merged
Conversation
| 公開されているSRSが次の時 | ||
| $$SRS=\{\tau \cdot g_1,\tau^2 \cdot g_1,\tau^3 \cdot g_1, … ,\tau^d \cdot g_1\}$$ | ||
| 仮に、証明者がd以上の次数の多項式を\tau$でコミットしようとしても、$Com_f$の$c_i (\tau^i \cdot g_1)$ $(i > d)$部分を正しく計算することができないため、コミットすることができない。 | ||
| したがって、Groth16とPLONKに用いられる多項式コミットメントでは、セットアップ時にコミット可能な多項式の最大次数が決定するため、Groth16とPLONKでは、LDTが不要である。 |
Collaborator
There was a problem hiding this comment.
その通りですが、なぜ反対に STARK では必要なのかも記述されているとよりよいと思いました(STARK は vector commitment であるから、というのが最も簡潔な回答になります)
| $$P^{\prime}(X) := P(X) + r\cdot H(X)$$ | ||
|
|
||
| ここで、<br> | ||
| $r$はランダムな値。 |
Collaborator
There was a problem hiding this comment.
これはランダムなスカラー値ではなく、証明者により生成されたランダムな低次元多項式である必要があります。
| ここで、<br> | ||
| $r$はランダムな値。 | ||
| <br> | ||
| $H(X)$は実行トレースに対応する評価点で0となるブラインディング用の多項式とする。 |
Collaborator
There was a problem hiding this comment.
より簡潔にいうと、消失多項式(vanishing polynomial)ですね
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎁 Deliverables
week4の課題を提出します。
💬 Comments