Gf.MakeHardware implementations 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 : tmodule Hex : sig ... endval is_normalized : t -> Bits.tval to_bits : t -> Bits.tval of_bits : Bits.t -> tval of_z : Z.t -> tval to_z : t -> Z.t