package tezos-plonk

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

Module Polynomial.SrsSource

Sourcetype polynomial = Polynomial.t
Sourceval of_array : Bls12_381.G1.t array -> t
Sourceval to_array : t -> Bls12_381.G1.t array
Sourceval get : t -> int -> Bls12_381.G1.t
Sourceval size : t -> int
Sourceval load_from_file : string -> ?offset:int -> int -> t
Sourceval pippenger : ?start:int -> ?len:int -> t -> polynomial -> Bls12_381.G1.t