package octez-libs

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

Module Custom_gates.AggregatorSource

Sourceval arith_label : string
Sourceval com_label : string
Sourceval qadv_label : string
Sourceval nb_input_com : int
Sourceval gates_list : string list
Sourceval nb_custom_gates : int
Sourceval get_prover_identities : Plonk.Identities.SMap.key -> prefix_common:(string -> string) -> prefix:(string -> string) -> public:Plonk__Gates_common.public -> domain:Kzg.Bls.Domain.t -> Identities.prover_identities
Sourceval get_coms : Plonk.Identities.SMap.key -> int option
Sourceval get_nb_advs : Plonk.Identities.SMap.key -> int
Sourceval get_nb_buffers : Plonk.Identities.SMap.key -> int
Sourceval get_verifier_identities : Plonk.Identities.SMap.key -> prefix_common:(string -> string) -> prefix:(string -> string) -> public:Plonk__Gates_common.public -> generator:Kzg.Bls.Scalar.t -> size_domain:int -> Identities.verifier_identities
Sourceval get_polynomials_degree : Plonk.Identities.SMap.key -> int Plonk.Identities.SMap.t
Sourceval get_eqs : Plonk.Identities.SMap.key -> q:Kzg.Bls.Scalar.t -> wires:Kzg.Bls.Scalar.t array -> wires_g:Kzg.Bls.Scalar.t array -> ?precomputed_advice:Kzg.Bls.Scalar.t Plonk.Identities.SMap.t -> unit -> Kzg.Bls.Scalar.t list
Sourceval get_ids : Plonk.Identities.SMap.key -> string * int
Sourceval get_gx_composition : Plonk.Identities.SMap.key -> bool
Sourceval exists_gx_composition : gates:'a Plonk.Identities.SMap.t -> bool
Sourceval wires_map : (string -> string) -> (string -> 'a) -> 'a Plonk.Identities.SMap.t
Sourceval aggregate_prover_identities : ?circuit_prefix:(Plonk.Identities.SMap.key -> Plonk.Identities.SMap.key) -> input_coms_size:int -> proof_prefix:(string -> Plonk.Identities.SMap.key) -> gates:'a Plonk.Identities.SMap.t -> public_inputs:Kzg.Bls.Scalar.t array -> domain:Kzg.Bls.Domain.t -> unit -> Identities.prover_identities
Sourceval aggregate_verifier_identities : ?circuit_prefix:(Plonk.Identities.SMap.key -> Plonk.Identities.SMap.key) -> input_com_sizes:int list -> proof_prefix:(string -> Plonk.Identities.SMap.key) -> gates:'a Plonk.Identities.SMap.t -> public_inputs:Kzg.Bls.Scalar.t array -> generator:Kzg.Bls.Scalar.t -> size_domain:int -> unit -> Identities.verifier_identities
Sourceval aggregate_polynomials_degree : gates:'a Plonk.Identities.SMap.t -> int
OCaml

Innovation. Community. Security.