package tezos-plonk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module PP : sig ... end
val arith_label : string
val gates_list : string list
val nb_custom_gates : int
val get_eqs : string -> q:PP.PC.Scalar.t -> a:PP.PC.Scalar.t -> b:PP.PC.Scalar.t -> c:PP.PC.Scalar.t -> ag:PP.PC.Scalar.t -> bg:PP.PC.Scalar.t -> cg:PP.PC.Scalar.t -> ?table:PP.PC.Scalar.t array array -> unit -> PP.PC.Scalar.t list
val get_ids : string -> string * int
val aggregate_blinds : gates:'a Plonk.SMap.t -> int Plonk.SMap.t
val aggregate_prover_identities : ?circuit_name:string -> proof_idx:int -> nb_proofs:int -> gates:'a Plonk.SMap.t -> public_inputs:PP.PC.Scalar.t array -> domain:PP.PC.Polynomial.Domain.t -> unit -> PP.prover_identities
val aggregate_verifier_identities : ?circuit_name:string -> proof_idx:int -> nb_proofs:int -> gates:'a Plonk.SMap.t -> public_inputs:PP.PC.Scalar.t array -> generator:PP.PC.Scalar.t -> size_domain:int -> unit -> PP.verifier_identities
val aggregate_polynomials_degree : gates:'a Plonk.SMap.t -> int
val exists_gx_composition : gates:'a Plonk.SMap.t -> bool