Module PC.Polynomial

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 : sig ... end