Module Mnt4_80.G1

module Params : sig ... end
type t = {
x : Fq.t;
y : Fq.t;
z : Fq.t;
}
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 bin_shape_t : Bin_prot.Shape.t
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_writer_t : t Bin_prot.Type_class.writer
val __bin_read_t__ : ( int -> t ) Bin_prot.Read.reader
val bin_read_t : t Bin_prot.Read.reader
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_t : t Bin_prot.Type_class.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val zero : t
module Coefficients : sig ... end
module Affine : sig ... end
val of_affine : (Fq.t * Fq.t) -> t
val is_zero : t -> bool
val to_affine_exn : t -> Fq.t * Fq.t
val to_affine : t -> (Fq.t * Fq.t) option
val is_well_formed : t -> Ppx_deriving_runtime.bool
val (+) : t -> t -> t
val scale : t -> N.t -> t
val (*) : N.t -> t -> t
val negate : t -> t
val (-) : t -> t -> t
val one : t