package tezos-bls12-381-polynomial

  1. Overview
  2. Docs

Module type Bls12_381_polynomial.SSource

Sourcetype 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.

Sourcemodule Srs : sig ... end