package tezos-plonk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type scalar = Scalar.t

This library implements polynomials of Bls12_381.Fr as arrays of contiguous memory in C, allowing much better performances for algorithms that scan the polynomials.

module Srs_g1 : Bls12_381_polynomial.Srs.S with type polynomial = Polynomial.t and type elt = Bls12_381.G1.t
module Srs_g2 : Bls12_381_polynomial.Srs.S with type polynomial = Polynomial.t and type elt = Bls12_381.G2.t
module Srs : sig ... end
OCaml

Innovation. Community. Security.