Make.3-Group
type t
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val add : t -> t -> t
val negate : t -> t
val scale : t -> Scalar.t -> t
val generator : t
type var
val typ : ( var, t ) Impl.Typ.t
module Checked : Snarky_curves.Weierstrass_checked_intf with module Impl := Impl and type unchecked := t and type t = var