pub/keycheck-mp.c (keycheck_prime): Use `pgen_primep' to do the legwork.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2022 17:21:47 +0000 (18:21 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 1 May 2022 17:54:54 +0000 (18:54 +0100)
commitd2679863cf27b0812a4b88397be1ebf0b1319305
tree7d0a846a6184f4a494d5189b738015e120b227db
parent90e25633c73f011f2eded7b880185a0e51ca00f8
pub/keycheck-mp.c (keycheck_prime): Use `pgen_primep' to do the legwork.

This will now use Baillie--PSW rather than Rabin--Miller, giving more
useful, faster results.
pub/keycheck-mp.c