Module Curve.Affine

include Stable_v1 with type Stable.V1.t = Base_field.t * Base_field.t
module Stable : sig ... end
type t = Stable.V1.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
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 compare : t -> t -> int
module Backend : sig ... end