package tezos-plonk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.BasePCSource

Sourcemodule Scalar : sig ... end
Sourcemodule Fr_generation : sig ... end
Sourcemodule Polynomial : sig ... end
Sourcemodule Domain : sig ... end
Sourcemodule Poly : sig ... end
Sourcemodule Scalar_map : sig ... end
Sourcetype secret = PC.secret
Sourcetype query = PC.query
Sourceval query_t : PC.query Repr.t
Sourcetype answer = PC.answer
Sourceval answer_t : PC.answer Repr.t
Sourcetype transcript = PC.transcript
Sourcemodule Public_parameters : sig ... end
Sourcemodule Commitment : sig ... end
Sourcetype proof = {
  1. pc_proof : PC.proof;
  2. packed_values : Pack.packed list;
  3. pack_proof : Pack.proof;
}
Sourceval proof_t : proof Repr.t
Sourcetype prover_aux = {
  1. r : Scalar.t;
  2. s_list : Scalar.t Plonk.SMap.t list;
  3. cm_answers : Scalar.t;
}
Sourceval expand_with_proof : proof -> bytes -> bytes
Sourceval expand_with_query : PC.query list -> bytes -> bytes
Sourceval expand_with_answer : PC.answer list -> bytes -> bytes
Sourceval batch_p : zero:'a -> add:('a -> 'b -> 'a) -> mul:(Scalar.t -> 'c -> 'b) -> Scalar.t -> 'c Plonk.SMap.t -> 'a
Sourceval batch : zero:'a -> add:('a -> 'b -> 'a) -> mul:(Scalar.t -> 'c -> 'b) -> Scalar.t -> 'c Plonk.SMap.t -> 'a
Sourceval evaluate : PC.secret -> PC.query -> PC.answer
Sourceval poseidon : Scalar.t array -> Scalar.t
Sourceval poseidon_answers : Scalar.t Plonk.SMap.t Plonk.SMap.t list -> Scalar.t
Sourceval prove_super_aggregation : Public_parameters.prover -> bytes -> Poly.t Plonk.SMap.t list -> Commitment.prover_aux list -> PC.query list -> Scalar.t Plonk.SMap.t Plonk.SMap.t list -> (proof * prover_aux) * bytes
Sourceval verify : Public_parameters.verifier -> bytes -> Pack.commitment list -> PC.query list -> Scalar.t Plonk.SMap.t Plonk.SMap.t list -> proof -> bool * bytes
Sourceval verify_super_aggregation : Public_parameters.verifier -> bytes -> Pack.commitment list -> PC.query list -> PC.Scalar.t Plonk.SMap.t Plonk.List.t -> Scalar.t -> proof -> bool * Fr_generation.scalar * bytes
OCaml

Innovation. Community. Security.