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.aggregation/Aggregation/Main_protocol/Make_impl/Verifier/index.html

Module Make_impl.VerifierSource

Sourcetype verifier_common_pp = {
  1. n : int;
  2. generator : Scalar.t;
  3. pp_public_parameters : Super_PP.PC.Public_parameters.verifier;
  4. cm_g : Super_PP.PC.Commitment.t;
}
Sourceval verifier_common_pp_t : verifier_common_pp Repr.t
Sourcetype verifier_circuit_pp = {
  1. gates : unit SMap.t;
  2. nb_wires : int;
  3. alpha : Scalar.t option;
  4. ultra : bool;
}
Sourceval verifier_circuit_pp_t : verifier_circuit_pp Repr.t
Sourceval verify_parameters : ((verifier_common_pp * verifier_circuit_pp SMap.t) * bytes) -> public_inputs:Gates.PP.PC.Scalar.t array list SMap.t -> proof -> bytes * (Plompiler.S.t -> Plompiler.S.t Plonk.SMap.t Plonk.SMap.t -> Plompiler.S.t Plonk.SMap.t) * Fr_generation.scalar * Fr_generation.scalar * Fr_generation.scalar * Super_PP.PC.Commitment.t list * Super_PP.eval_point list list
OCaml

Innovation. Community. Security.