package octez-libs

  1. Overview
  2. Docs
A package that contains multiple base libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-libs.plonk/Plonk/Custom_gates/Aggregator/index.html

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.