ZKP Commitment (1)
2023-12-19 00:02:12
MIT IAP 2023 Modern Zero Knowledge Cryptography课程笔记
Lecture 5: Commitment 1 (Ying Tong Lai)
-
Overview: Modern SNARK
- IOP: Interactive Oracle Proof
- Commitment Scheme
- IOP “compiled by” the commitment scheme to get a non-interactive proof
- An IOP is “information-theoretic" in that it provides soundness and zero-knowledge guarantees even when the prover and verifier are computationally unbounded. To make this possible, the proof system makes the idealised assumption of “oracle access": in other words, the verifier can only access the prover’s messages through random queries.
- The commitment scheme instantiates this oracle access using cryptographic primitives (e.g. a one-way function): as a consequence, the resulting argument system is only secure with respect to a computationally bounded prover and/or verifier. To realise a succinct argument system, the chosen commitment scheme must provide low communication complexity relative to the computation being proven.
-
Commitment Schemes
-
Formal definition:
- The Open Algorithm can be divided into two part
- Prove(pp, C, m, r) -> π \pi π
- Verify(pp, C, π \pi π) -> {0,1}
- The Open Algorithm can be divided into two part
-
Pederson Commitment
-
-
Vector Commitment
-
Vector Pedersen commitment.
-
Merkle tree: A well-known solution for building vector commitments is a Merkle tree. It is used in distributed systems like Git, Cassandra, and Bitcoin for summarizing sets of data. Merkle trees also have hiding and extractability properties, which make them an ideal candidate for compiling an IOP into a non-interactive proof secure in the random oracle model.
- The Merkle Tree Commitment proved that
- m i m_i mi? is an element in the vector m m m
- The root h h h is the commitment of the vector m m m
- The Merkle Tree Commitment proved that
-
文章来源:https://blog.csdn.net/weixin_45347752/article/details/135073080
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。 如若内容造成侵权/违法违规/事实不符,请联系我的编程经验分享网邮箱:veading@qq.com进行投诉反馈,一经查实,立即删除!
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。 如若内容造成侵权/违法违规/事实不符,请联系我的编程经验分享网邮箱:veading@qq.com进行投诉反馈,一经查实,立即删除!