package tezos-bls12-381-polynomial

  1. Overview
  2. Docs

Module Bls12_381_polynomial.SrsSource

Sourcemodule Srs_g1 : Srs.S with type polynomial = Polynomial.t with type elt = Bls12_381.G1.t
Sourcemodule Srs_g2 : Srs.S with type polynomial = Polynomial.t with type elt = Bls12_381.G2.t
Sourceval generate_insecure : int -> int -> t
Sourceval check : t -> unit