Parameters
module Info : sig ... endSignature
include Degree_2_extension_intf with type base = Fp3.t and module Nat = Fp.Nat
include Extension_intf
with type base := base
and type t = base * base
with module Nat = Fp.Nat
include Extended_intf with type t = base * base with module Nat = Fp.Nat
include Sqrt_field_intf with type t = base * base with module Nat = Fp.Nat
include Intf with type t = base * base with module Nat = Fp.Nat
val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orinclude Core_kernel.Bin_prot.Binable.S with type t := t
val bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : ( int -> t ) Bin_prot.Read.readerval bin_shape_t : Bin_prot.Shape.tval bin_writer_t : t Bin_prot.Type_class.writerval bin_reader_t : t Bin_prot.Type_class.readerval bin_t : t Bin_prot.Type_class.tinclude Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval compare : t -> t -> intval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval gen : t Core_kernel.Quickcheck.Generator.tval gen_incl : t -> t -> t Core_kernel.Quickcheck.Generator.tval is_square : t -> boolval project_to_base : t -> baseval to_list : t -> base listval mul_by_2345 : t -> t -> tval frobenius : t -> int -> tval cyclotomic_exp : t -> N.t -> tval unitary_inverse : t -> t