package tezos-plonk

  1. Overview
  2. Docs
Plonk zero-knowledge proving system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

privacy-team-v1.0.1.tar.gz
md5=03d6ca5fb1c6865b6628e0dd49575895
sha512=20494d1d00ded43f3625e06e037d3bad04f0a7320914b542b882d3d0293c9b02845b7ca9ee4ff0eb8ea495eff5633016861c39370cca92c12aacae0e84483ca4

doc/tezos-plonk/Plonk/index.html

Module PlonkSource

Sourcemodule Bls : sig ... end
Sourcemodule Circuit : sig ... end
Sourcemodule Custom_gates : sig ... end
Sourcemodule Evaluations_map : sig ... end
Sourcemodule Fr_generation : sig ... end
Sourcemodule List : sig ... end
Sourcemodule Main_protocol : sig ... end

aPlonK is a PlonK-based proving system. As such, it provides a way to create succinct cryptographic proofs about a given predicate, which can be then verified with a low computational cost.

Sourcemodule Multicore : sig ... end
Sourcemodule Permutation_gate : sig ... end
Sourcemodule Plookup_gate : sig ... end
Sourcemodule Polynomial_commitment : sig ... end
Sourcemodule Polynomial_protocol : sig ... end

A polynomial protocol allows a prover to convince a verifier of the fact that certain algebraic identites between polynomials (polynomials that have been previously committed) hold when evaluated over a set of points. (In our implementation such set of points must be a subgroup of roots of unity.)

Sourcemodule SMap : sig ... end
Sourcemodule Utils : sig ... end