Module Kimchi_pasta_basic.Fq
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val compare : t -> t -> int
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : ( int -> t ) Bin_prot.Read.reader
val bin_shape_t : Bin_prot.Shape.t
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_t : t Bin_prot.Type_class.t
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
val is_square : t -> bool
val equal : t -> t -> bool
val to_string : t -> string
val of_string : string -> t
val two_adic_root_of_unity : unit -> t
val mut_add : t -> t -> unit
val mut_mul : t -> t -> unit
val mut_square : t -> unit
val mut_sub : t -> t -> unit
val copy : t -> t -> unit
val to_bytes : t -> bytes
val of_bytes : bytes -> t
val domain_generator : log2_size:int -> t
val to_bits : t -> bool list
val of_bits : bool list -> t
val (+=) : t -> t -> unit
val (*=) : t -> t -> unit
val (-=) : t -> t -> unit