KZG Commitment
#cryptography
多項式コミットメントの一つ
https://scroll.io/blog/kzg
https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf
Polynomial Commitmentとは
多項式ax^n + bx^(n-1) + ... + cの全体を明らかにすることなく特定の評価をオープンできる
ベクトルデータを多項式として表す (ラグランジュ補完)
正当性の検証
https://techmedia-think.hatenablog.com/entry/2021/12/15/230712