package tezos-bls12-381-polynomial
module type S = sig ... end
include S
with type scalar = Bls12_381.Fr.t
and type Srs.Srs_g1.elt = Bls12_381.G1.t
and type Srs.Srs_g2.elt = Bls12_381.G2.t
type scalar = Bls12_381.Fr.t
module Domain : Domain.Domain_sig with type scalar = scalar
module Polynomial : Polynomial.Polynomial_sig with type scalar = scalar
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 Evaluations :
Evaluations.Evaluations_sig
with type scalar = scalar
and type domain = Domain.t
and type polynomial = Polynomial.t
module Srs : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>