package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val query_t : query Repr.t
val answer_t : answer Repr.t
type proof = Super_PP.PC.proof
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
type prover_aux = Super_PP.PC.prover_aux = {
  1. r : Kzg.Bls.Scalar.t;
  2. s_list : Kzg.Bls.Scalar.t Kzg.SMap.t list;
}
OCaml

Innovation. Community. Security.