Module PP.PC

Underlying polynomial commitment scheme on which the polynomial protocol is based. Input of the functor Polynomial_protocol.Make.

val query_t : query Repr.t
val answer_t : answer Repr.t
type proof
val proof_t : proof Repr.t
val commit : ?all_keys:string list -> Public_parameters.prover -> secret -> Commitment.t * Commitment.prover_aux
val evaluate : secret -> query -> answer