module type S = sig ... end
Augmented numeric type. Includes basic common numeric ops, range of conversions to and from variously-sized int types, and a few basic function for representing such numbers as Cstruct.t
.
Misc elementary number theory
val pseudoprime : Z.t -> bool
Miller-Rabin with sane rounds parameter.