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.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

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.