Module Inner_curve.Checked

type t = Fq.t * Fq.t
module Shifted : sig ... end
val negate : t -> t
val constant : Pasta_bindings.Vesta.t -> t
val add_unsafe : t -> t -> [ `I_thought_about_this_very_carefully of t ] Fq.Impl.Checked.t
val if_ : Fq.Impl.Boolean.var -> then_:t -> else_:t -> t Fq.Impl.Checked.t
val double : t -> t Fq.Impl.Checked.t
val sum : 's Shifted.m -> t list -> init:'s -> 's Fq.Impl.Checked.t
module Assert : sig ... end
val add_known_unsafe : t -> Pasta_bindings.Vesta.t -> [ `I_thought_about_this_very_carefully of t ] Fq.Impl.Checked.t