package tezos-plonk

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

Parameters

Signature

type prover_aux = {
  1. r : Scalar.t;
  2. s_list : Scalar.t Plonk.SMap.t list;
  3. cm_answers : Scalar.t;
}
val poseidon : Scalar.t array -> Scalar.t
val verify_super_aggregation : Public_parameters.verifier -> transcript -> Commitment.t list -> query list -> Scalar.t Plonk.SMap.t list -> Scalar.t -> proof -> bool * Scalar.t * transcript
OCaml

Innovation. Community. Security.