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
module Backend : sig ... end
val of_backend :
Backend.t ->
(Base_field.t * Base_field.t) Pickles_types.Or_infinity.t
val to_backend :
(Base_field.t * Base_field.t) Pickles_types.Or_infinity.t ->
Backend.t