package tezos-bls12-381-polynomial

  1. Overview
  2. Docs
module G = Bls12_381.G1
type t = Bigstringaf.t
type elt = G.affine
val size : int
val allocate_elt : unit -> G.affine
val uncompress : G.affine -> bytes -> int
val get : elt -> t -> int -> unit
val set : t -> elt -> int -> unit
val pippenger : G.t -> t -> Polynomial_c.t -> int -> int -> int