package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val with_seed : (unit -> unit) -> unit
val output_buffer : Stdlib.out_channel Stdlib.ref
val with_output_to_file : (unit -> unit) -> unit
val set_seed : int -> unit
val bigstring_of_file : string -> hash:string -> (char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.t
val repeat : int -> (unit -> 'a) -> unit -> unit
val must_fail : (unit -> 'a) -> unit
val string_of_bytes : float -> string
val hash_of_repr : 'a Repr.t -> 'b -> string
val get_input_com_secrets : 'a array -> int list -> 'a array list
module Time : sig ... end
module Make (Main : Plonk.Main_protocol.S) : sig ... end
module Plompiler_Helpers : sig ... end
include module type of struct include Plompiler_Helpers end
type test_info = Plompiler_Helpers.test_info = {
  1. valid : bool;
  2. name : string;
  3. flamegraph : bool;
}
module type Test = Plompiler_Helpers.Test
val to_test : ?plonk:(module Plonk.Main_protocol.S) -> ?optimize:bool -> (module Test) -> unit -> unit
OCaml

Innovation. Community. Security.