Module Pallas.Affine

module Backend : sig ... end
module Stable : sig ... end
module T = Stable.V1.T
val __versioned__ : unit
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val equal : t -> t -> bool
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
exception Invalid_curve_point of t
val bin_size_t : T.t Bin_prot.Size.sizer
val bin_write_t : T.t Bin_prot.Write.writer
val bin_read_t : T.t Bin_prot.Read.reader
val __bin_read_t__ : ( int -> T.t ) Bin_prot.Read.reader
val bin_shape_t : Bin_prot.Shape.t
val bin_writer_t : T.t Bin_prot.Type_class.writer
val bin_reader_t : T.t Bin_prot.Type_class.reader
val bin_t : T.t Bin_prot.Type_class.t