Skip to content

primus-labs/awesome-izk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Awesome-IZK

Created for Web3 builders. (Keep updating...)

  • Interactive Zero-Knowledge (IZK) proofs are another type of zero-knowledge proof system, in which the proof consists of a multi-round protocol between the prover and verifier. They are also called as designed verifier zero-knowledge protocols. They are complements of zk-SNARKs/zk-STARKs.

  • IZK enjoys the following benefits, and we believe it will become a key building block for Web3 applications.

    1. Scalable for large statements.
    2. Cheap computation and memory cost.
    3. No trusted setup.
  • With the requirement of "more interactions" -- the prover and the verifier execute in multiple rounds of communications. The interactions are quite like the ones in MPC (Secure Multi-Party Computation), for which in fact the cutting-edge IZK algorithms are built from MPC.

              xxx
            xxxxxxx                                         +---xxx
             |   | +----------+                             |   |  xx
             |   | | statement|  --------------------->     |   |   xxx
             +-+-+ +-+--------+                             +-+-+
               |     |          <----------------------       |
+---------+----+-----+                                  ------+---+------+
| secret  |    |                 --------------------->       |   |  Y/N |
+---------+    |                                           +--+   +------+
             +-+-+              <---------------------        |  |
             |   |                                         |  +---++
             |   |              ---------------------->    |      ++
             |   |

Post

Here is a series of posts about IZK proofs presented by Chainlink.

Paper

Private-Coin IZK Proofs

Related Protocols

Vector Oblivious Linear-function Evaluation (VOLE):

Information-Theoretic Message Authentication Codes (IT-MACs):

About

Created for Web3 builders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published