Exercise <Week 4>: ou-junya#94
Merged
SeiyaKobayashi merged 1 commit intoSep 22, 2025
Merged
Conversation
|
|
||
| そのため **低次数テスト(LDT, FRI)** を行い、 | ||
| 表全体が「低次数多項式に近い形」をしているかどうかを確認する必要がある。 | ||
| これにより、与えられたデータが“多項式らしい”ことを保証するのである。 |
Collaborator
There was a problem hiding this comment.
「多項式らしい」というよりも、高次元多項式であれば証明スキームの健全性を破ることが容易になってしまうため、次元の制約を科すことで証明者が正しい知識を保有していることを確率的に証明できる、というニュアンスの方が近いです
| ## 2. スライドで説明されている構築方法では、STARKにゼロ知識性が付与されていません。STARKをzkSTARKに変換する方法を1つ取り上げ、なぜその方法がゼロ知識性を付与するのかを数式ベースで説明してみましょう。 | ||
|
|
||
| 代表的な方法に、消失多項式を利用したブラインディングがある。 | ||
| 具体的には、各トレース多項式に対して、トレース領域や境界点でゼロとなる消失多項式を用い、ランダムな多項式を掛け合わせて加える操作を行う。消失多項式は特定の点で必ずゼロになるため、トレース領域や境界点では値が変わらず完全性は保たれる。一方で、それ以外の点ではランダムな成分が加わることで評価値が不規則になり、元の情報は検証者に漏れない。 |
Collaborator
There was a problem hiding this comment.
ここでいうランダムネスは証明者が生成し、検証者が知ってはいけないものであるという点が重要です。
また、ランダム多項式の次数も低次元である必要があるという点も含めたいですね(でないと健全性を破れる確率が上がってしまうので)
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
数式ベースで説明できるところまではできていないですが、よろしくお願いします。