coreutils/src/uu/factor
nicoo 4cfe754551 factor::miller_rabin::is_prime: Fix bug
Montgomery only works for odd n, so attempting to construct an instance
for an even number results in a panic!

The most obvious solution is to special-case even numbers.
2020-07-05 00:08:49 +02:00
..
src factor::miller_rabin::is_prime: Fix bug 2020-07-05 00:08:49 +02:00
build.rs factor::table: Optimise the size of the precomputed table 2020-06-20 22:22:55 +02:00
Cargo.toml factor: Add a first property-based test 2020-07-05 00:07:16 +02:00
sieve.rs docs ~ spell-check repairs and addition of exceptions 2020-05-30 01:36:02 -05:00