package octez-plonk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CS = Plonk.Circuit
type test_info = {
  1. valid : bool;
  2. name : string;
  3. flamegraph : bool;
}
module type Test = functor (L : Plompiler.LIB) -> sig ... end
val to_test : ?plonk:(module Plonk.Main_protocol.S) -> ?optimize:bool -> (module Test) -> unit -> unit
module Utils (L : Plompiler.LIB) : sig ... end
OCaml

Innovation. Community. Security.