package tezos-plonk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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