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-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

doc/octez-libs.plonk/Plonk/Gates_common/index.html

Module Plonk.Gates_commonSource

Sourcetype public = {
  1. public_inputs : Plonk.Bls.Scalar.t array;
  2. input_coms_size : int;
}
Sourceval wire_name : int -> string
Sourceval com_label : string
Sourceval tmp_buffers : Bls.Evaluations.t array ref
Sourcetype answers = {
  1. q : Plonk.Bls.Scalar.t;
  2. wires : Plonk.Bls.Scalar.t array;
  3. wires_g : Plonk.Bls.Scalar.t array;
}
Sourcetype witness = {
  1. q : Bls.Evaluations.t;
  2. wires : Bls.Evaluations.t array;
}
Sourceval get_buffers : nb_buffers:int -> nb_ids:int -> Bls.Evaluations.t array * Bls.Evaluations.t array
Sourceval get_answers : ?gx:bool -> q_label:'a -> prefix:(string -> string) -> prefix_common:('a -> string) -> Plonk.Bls.Scalar.t SMap.t SMap.t -> answers
Sourceval get_evaluations : q_label:'a -> prefix:(string -> string) -> prefix_common:('a -> string) -> Bls.Evaluations.t SMap.t -> witness
Sourceval arith : string
Sourceval qadv_label : string
Sourceval map_singleton : 'a L.t -> 'a list L.t
Sourcemodule type Base_sig = sig ... end
OCaml

Innovation. Community. Security.