package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val arith_label : string
val com_label : string
val qadv_label : string
val nb_input_com : int
val gates_map : (module Gates_common.Base_sig) SMap.t
val gates_list : string list
val nb_custom_gates : int
val filter_gates : 'a SMap.t -> 'a SMap.t
val find_gate : SMap.key -> (module Gates_common.Base_sig)
val 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
val get_coms : SMap.key -> int option
val get_nb_advs : SMap.key -> int
val get_nb_buffers : SMap.key -> int
val 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
val get_polynomials_degree : SMap.key -> int SMap.t
val 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
val get_ids : SMap.key -> string * int
val get_gx_composition : SMap.key -> bool
val exists_gx_composition : gates:'a SMap.t -> bool
val wires_map : (string -> string) -> (string -> 'a) -> 'b SMap.t
val 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
val 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
val 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
val 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
val aggregate_polynomials_degree : gates:'a SMap.t -> int
OCaml

Innovation. Community. Security.