package tezos-plonk

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

Module Plonk.UtilsSource

Sourceval build_array : 'a -> ('a -> 'a) -> int -> 'a array
Sourceval read_vector : int -> (bytes -> 'a) -> int -> string -> 'a list
Sourceval export_vector : ('a -> bytes) -> 'a list -> string -> unit
Sourcemodule Hash : sig ... end
Sourceval list_expand_transcript : 'a Repr.t -> 'a list -> bytes -> bytes
Sourceval expand_transcript : 'a Repr.t -> 'a -> bytes -> bytes
Sourceval pad : 'a array -> int -> 'a array
Sourceval array_resize : 'a array -> int -> 'a array