Expand description
Utility methods for use in other tests. These methods should probably not be used outside of this crate.
Functions
- True if
xis 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
xis of orderd, False otherwise. Expensive and intended for use only with small values ofd.