Gf.ZBig number based reference implementation of the field arithmetic.
include Sval sexp_of_t : t -> Sexplib0.Sexp.tinclude Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareinclude Ppx_compare_lib.Equal.S with type t := tval equal : t Base__Ppx_compare_lib.equalval modulus : tSolinas prime 2^64 - 2^31 + 1
val zero : tval one : tval two : tval of_z : Z.t -> tval to_z : t -> Z.tmodule Hex : sig ... endDisplay as hex.
val pp : Base.Formatter.t -> t -> Base.unitval random : Base.unit -> tCreate a random field element.