package octez-bls12-381-polynomial

  1. Overview
  2. Docs

Module Ec_carray.G2_array_internalSource

Sourcetype t
Sourcetype elt = G2_Elt.t
Sourceval t : t Repr.t
Sourceval empty : t
Sourceval allocate : int -> t
Sourceval init : int -> (int -> elt) -> t
Sourceval degree : t -> int
Sourceval erase : t -> int -> unit
Sourceval length : t -> int
Sourceval get : t -> int -> elt
Sourceval get_inplace : t -> int -> elt -> unit
Sourceval iter_copy_elt : (elt -> unit) -> t -> unit
Sourceval iteri_copy_elt : (int -> elt -> unit) -> t -> unit
Sourceval set : t -> elt -> int -> unit
Sourceval copy : ?offset:int -> ?len:int -> t -> t
Sourceval blit : t -> src_off:int -> t -> dst_off:int -> len:int -> unit
Sourceval equal : t -> offset1:int -> t -> offset2:int -> len:int -> bool
Sourceval to_array : ?offset:int -> ?len:int -> t -> elt array
Sourceval of_array : elt array -> t
Sourceval of_bigstring : Bigstringaf.t -> t
Sourceval to_bigstring : t -> Bigstringaf.t
Sourceval eq : t -> t -> bool
Sourceval sub : t -> off:int -> len:int -> t
Sourceval fold_left_map : ('acc -> elt -> 'acc * elt) -> 'acc -> t -> 'acc * t
OCaml

Innovation. Community. Security.