Octez_bls12_381_polynomialSourceThis 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 type Evaluations_sig =
Evaluations.Evaluations_sig
with type scalar = scalar
and type domain = Domain.t
and type polynomial = Polynomial.tmodule Evaluations :
Evaluations.Evaluations_sig
with type scalar = scalar
and type domain = Domain.t
and type polynomial = Polynomial.t