v1.4.0
Version 1.4.0 (2018-04-19)
Complete pure Python fallback implementation.
Features
invertnow available withoutgmpy2, implemented using the extended
Euclidean algorithm (extended_euclidean_algorithm)getprimeovernow available withoutgmpy2, along with a probabilitic
primality testisprimebased on the Miller-Rabin test (miller_rabin)
Many thanks to Quentin Santos for this contribution.