package tezos-plonk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type polynomial = Polynomial.t
val of_array : Bls12_381.G1.t array -> t
val to_array : t -> Bls12_381.G1.t array
val get : t -> int -> Bls12_381.G1.t
val size : t -> int
val load_from_file : string -> ?offset:int -> int -> t
val pippenger : ?start:int -> ?len:int -> t -> polynomial -> Bls12_381.G1.t