package tezos-plonk

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/tezos-plonk.distribution/Distribution/Main_protocol/Make/Verifier/index.html

Module Make.Verifier

type verifier_common_pp = {
  1. n : int;
  2. generator : Scalar.t;
  3. pp_public_parameters : PP.verifier_public_parameters;
  4. cm_g : PP.PC.Commitment.t;
}
val verifier_common_pp_t : verifier_common_pp Repr.t
type verifier_circuit_pp = {
  1. gates : unit SMap.t;
  2. nb_wires : int;
  3. alpha : Scalar.t option;
  4. ultra : bool;
}
val verifier_circuit_pp_t : verifier_circuit_pp Repr.t
OCaml

Innovation. Community. Security.