Make.2-Curve
module Scalar : sig ... end
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
type var = Impl.Field.Var.t * Impl.Field.Var.t
module Checked : Snarky_curves.Weierstrass_checked_intf with module Impl := Impl and type t = var and type unchecked := t
val one : t
val (+) : t -> t -> t
val negate : t -> t
val scale : t -> Scalar.t -> t
val to_affine_exn : t -> Impl.Field.t * Impl.Field.t