Expand description
Utility methods for use in other tests. These methods should probably not be used outside of this crate.
Functions
- True if
x
is not of order prime power dividingd
, but is a prime power ofd
. Much cheaper thantest_is_generator_small
, but may return a false positive. - True if
x
is of orderd
, False otherwise. Expensive and intended for use only with small values ofd
.