package tezos-plonk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.GatesSource

Sourceval arith_label : string
Sourceval gates_list : string list
Sourceval nb_custom_gates : int
Sourceval 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
Sourceval get_ids : string -> string * int
Sourceval aggregate_blinds : gates:'a Plonk.SMap.t -> int Plonk.SMap.t
Sourceval 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
Sourceval 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
Sourceval aggregate_polynomials_degree : gates:'a Plonk.SMap.t -> int
Sourceval exists_gx_composition : gates:'a Plonk.SMap.t -> bool
OCaml

Innovation. Community. Security.