Module Plonk.Polynomial_commitmentSource

Sourcemodule Kzg_impl : sig ... end
Sourcemodule type Public_parameters_sig = sig ... end
Sourcemodule type Commitment_sig = sig ... end
Sourcemodule type S = sig ... end
include S with type Scalar.t = Bls.Scalar.t and type Polynomial.Srs.Srs_g1.elt = Bls.G1.t and type Polynomial.Srs.Srs_g2.elt = Bls.G2.t
Sourcemodule Scalar_map : Map.S with type key = Scalar.t
Sourcetype query = Scalar.t SMap.t
Sourceval query_t : query Repr.t
Sourceval answer_t : answer Repr.t
Sourcetype proof
Sourceval proof_t : proof Repr.t
Sourcetype transcript = Bytes.t
Sourceval evaluate : secret -> query -> answer
Sourceval verify : Public_parameters.verifier -> transcript -> Commitment.t list -> query list -> answer list -> proof -> bool * transcript