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_map : (module Gates_common.Base_sig) SMap.t
Sourceval gates_list : string list
Sourceval nb_custom_gates : int
Sourceval filter_gates : 'a SMap.t -> 'a SMap.t
Sourceval find_gate : SMap.key -> (module Gates_common.Base_sig)
Sourceval get_prover_identities : SMap.key -> prefix_common:(string -> string) -> prefix:(string -> string) -> public:Plonk__Gates_common.public -> domain:Plonk.Bls.Domain.t -> Identities.prover_identities
Sourceval get_coms : SMap.key -> int option
Sourceval get_nb_advs : SMap.key -> int
Sourceval get_nb_buffers : SMap.key -> int
Sourceval get_verifier_identities : SMap.key -> prefix_common:(string -> string) -> prefix:(string -> string) -> public:Plonk__Gates_common.public -> generator:Plonk.Bls.Scalar.t -> size_domain:int -> Identities.verifier_identities
Sourceval get_polynomials_degree : SMap.key -> int SMap.t
Sourceval get_eqs : SMap.key -> q:Plonk.Bls.Scalar.t -> wires:Plonk.Bls.Scalar.t array -> wires_g:Plonk.Bls.Scalar.t array -> ?precomputed_advice:Plonk.Bls.Scalar.t SMap.t -> unit -> Plonk.Bls.Scalar.t list
Sourceval get_ids : SMap.key -> string * int
Sourceval get_gx_composition : SMap.key -> bool
Sourceval exists_gx_composition : gates:'a SMap.t -> bool
Sourceval wires_map : (string -> string) -> (string -> 'a) -> 'a SMap.t
Sourceval filter_evaluations : evaluations:Bls.Evaluations.t SMap.t -> prefix:(string -> string) -> circuit_prefix:(SMap.key -> SMap.key) -> SMap.key list -> Bls.Evaluations.t SMap.t
Sourceval filter_answers : answers:Plonk.Bls.Scalar.t SMap.t SMap.t -> prefix:(string -> string) -> circuit_prefix:(SMap.key -> SMap.key) -> 'a SMap.t -> Plonk.Bls.Scalar.t SMap.t SMap.t
Sourceval aggregate_prover_identities : ?circuit_prefix:(SMap.key -> SMap.key) -> input_coms_size:int -> proof_prefix:(string -> SMap.key) -> gates:'a SMap.t -> public_inputs:Plonk.Bls.Scalar.t array -> domain:Plonk.Bls.Domain.t -> unit -> Identities.prover_identities
Sourceval aggregate_verifier_identities : ?circuit_prefix:(SMap.key -> SMap.key) -> input_com_sizes:int list -> proof_prefix:(string -> SMap.key) -> gates:'a SMap.t -> public_inputs:Plonk.Bls.Scalar.t array -> generator:Plonk.Bls.Scalar.t -> size_domain:int -> unit -> Identities.verifier_identities
Sourceval aggregate_polynomials_degree : gates:'a SMap.t -> int
OCaml

Innovation. Community. Security.