Fp.Vector
type elt = Pasta_bindings.Fp.t
type t = Kimchi_bindings.FieldVectors.Fp.t
val create : unit -> t
val get : t -> int -> elt
val emplace_back : t -> elt -> unit
val length : t -> int