package octez-libs

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

Parameters

Signature

type prover_aux = {
  1. r : Kzg.Bls.Scalar.t;
  2. s_list : Kzg.Bls.Scalar.t SMap.t list;
}

Auxiliary information needed by the prover for the meta-verification in aPlonK

OCaml

Innovation. Community. Security.