package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module SMap = Kzg.SMap
module type S = sig ... end
include sig ... end
val query_t : query Repr.t
val answer_t : answer Repr.t
val proof_t : proof Repr.t
module Commitment : sig ... end
module Public_parameters : sig ... end
val commit : ?all_keys:string list -> Public_parameters.prover -> secret -> Commitment.t * Commitment.prover_aux
val evaluate : secret -> query -> answer

Auxiliary information needed by the prover for the meta-verification in aPlonK

OCaml

Innovation. Community. Security.